Web Design & Development

[ Web Design & Development Topics ]

Color Usage

A Bit About Color

In nature, light creates the color. In the picture, color creates the light. -- Hans Hofmann

Specifying Color

One thing to know right away is that there are a number of ways to specify the same color. Red, for example, could be specified as:

1. red
2. #FF0000
3. rgb(51, 51, 255)

Each means basically the same thing, it is just a different way of writing them. the text version, such as "red" though only work with standard colors. The other two can be used to specify almost any color you want.
Addressing Color Blindness

Addressing Color Blindness

Approximately 10% of all males have color vision deficiencies (aka, color blindness). The most common is the inability to distingusih between red and green hues. Learn more at http://www.colorcube.com/illusions/clrblnd.htm

Try Web pages in a color blindness checker at http://www.vischeck.com/vischeck/vischeckURL.php

Try images in a color blindness checker at
http://www.vischeck.com/vischeck/vischeckImage.php

Some design tips relating to color:

Learn more at http://www.lighthouse.org/color_contrast.htm

Color Palettes

Size and Texture

Size is simply the relationship of the area occupied by one shape to that of another. Texture, on the other hand, is the surface quality of a shape. Texture can be physical (tactile) or visual: rough, smooth, soft, hard, glossy etc.

Visual Texture is the illusion of physical texture created with the materials you use.

Visual Texture

Color in terms of HSV

In HSV, any color is decomposed along three axes

Color or Hue

"Drawing is of the spirit; color is of the senses." - Henri Matisse