<?php include('../HEADER.php'); ?>

<h1>Color Theory</h1>

<p>Here are some notes about color theory, mainly as it applies to art/painting.</p>

<table>
    <tr>
			<td style="width:40px;height:40px;background:#fff;"></td>
			<td style="width:40px;height:40px;background:#fff;"></td>
			<td style="width:40px;height:40px;background:#c00;"></td>
			<td style="width:40px;height:40px;background:#fff;"></td>
			<td style="width:40px;height:40px;background:#fff;"></td>
    </tr>
    <tr>
			<td style="width:40px;height:40px;background:#fff;"></td>
			<td style="width:40px;height:40px;background:#90f;"></td>
			<td style="width:40px;height:40px;background:#fff;"></td>
			<td style="width:40px;height:40px;background:#f90;"></td>
			<td style="width:40px;height:40px;background:#fff;"></td>
    </tr>
    <tr>
			<td style="width:40px;height:40px;background:#00f;"></td>
			<td style="width:40px;height:40px;background:#fff;"></td>
			<td style="width:40px;height:40px;background:#090;"></td>
			<td style="width:40px;height:40px;background:#fff;"></td>
			<td style="width:40px;height:40px;background:#ff0;"></td>
    </tr>
</table>

<h2>Additive vs subtractive color systems</h2>

<p>Colors, or more exactly <em>hues</em>, can be described as a mixture of two or three <em>primary colors</em>. Different color systems use different primary colors. The choice of primary colors is arbitrary, but most color systems try to choose three colors which are evenly spread along the span of the human-perceptible spectrum.</p>

<p>Light based media, such as CRT displays or LCD projectors, use an <em>additive color</em> system. Such systems typically use combinations of red, green, and blue light (RGB) to produce different hues. <strong>In an additive color system, an equal mix of all three primary colors produces white</strong> (or, in practice, usually slightly gray). It's useful to think of additive color such that when dim, pure hues are mixed they create colors with added luminosity and neutered hue; mixing additive colors adds luminosity.</p>

<p>Media based on dyes or pigments use a <em>subtractive color</em> system. Historically, painters have used red, yellow, and blue as their primary colors. Technically, however, red, yellow, and blue are not evenly spaced around the color spectrum making the mixing of certain hues&mdash;colorful greens, cyans, and magentas&mdash;impossible to mix. Red, yellow, blue color systems, therefore, have a relatively small color gamut.</p>

<p>Modern printing systems use the primary colors cyan, magenta, and yellow. Cyan, magenta, and yellow are more evenly spaced around the color spectrum than red, yellow, and blue, so CMY systems can mix a larger gamut of hues.</p>

<p><strong>With subtractive color systems, mixing all the primary colors together in even proportions produces black</strong>. Because of imperfections in paint pigments, however, they actually produce a muddy brown. Therefore, most CMY printing systems also include black. It's useful to think of subtractive color meaning that luminous, pure hues are mixed to produce dim, neutral colors; mixing subtractive colors subtracts luminosity.</p>

<h2>Primary, secondary and tertiary colors</h2>

<p>Mixing together two primary colors produces a secondary color.</p>

<div style="border:1px solid black;margin:5px;padding:5px;">

	<h3>RGB primary A + primary B = secondary</h3>

	<p><span style="background:#ff0000;">red</span> + <span style="background:#00ff00;">green</span> = <span style="background:#ffff00;">yellow</span></p>
	<p><span style="background:#00ff00;">green</span> + <span style="background:#0000ff;">blue</span> = <span style="background:#00ffff;">cyan</span></p>
	<p><span style="background:#0000ff;">blue</span> + <span style="background:#ff0000;">red</span> = <span style="background:#ff00ff;">magenta</span></p>

	<h3>CMY primary A + primary B = secondary</h3>

	<p><span style="background:#00ffff;">cyan</span> + <span style="background:#;">magenta</span> = <span style="background:#0000ff;">blue</span></p>
	<p><span style="background:#ff00ff;">magenta</span> + <span style="background:#ffff00;">yellow</span> = <span style="background:#ff0000;">red</span></p>
	<p><span style="background:#ffff00;">yellow</span> + <span style="background:#00ffff;">cyan</span> = <span style="background:#00ff00;">green</span></p>

</div>

<p>Mixing a secondary color with the adjacent primary color produces a tertiary color.</p>

<div style="border:1px solid black;padding:5px;margin:5px;">

	<h3>RGB (or CMY) primary + secondary = tertiary</h3>

	<p><span style="background:#0000ff;">blue</span> + <span style="background:#00ffff;">cyan</span> = <span style="background:#007fff;">azure</span></p>
	<p><span style="background:#0000ff;">blue</span> + <span style="background:#ff00ff;">magenta</span> = <span style="background:#7f00ff;">violet</span></p>
	<p><span style="background:#ff0000;">red</span> + <span style="background:#ff00ff;">magenta</span> = <span style="background:#ffaaff;">rose</span></p>
	<p><span style="background:#ff0000;">red</span> + <span style="background:#ffff00;">yellow</span> = <span style="background:#ff9900;">orange</span></p>
	<p><span style="background:#00ff00;">green</span> + <span style="background:#ffff00;">yellow</span> = <span style="background:#ddff00;">chartreuse</span></p>
	<p><span style="background:#00ff00;">green</span> + <span style="background:#00ffff;">cyan</span> = <span style="background:#00ff7f;">spring green</span></p>

	<p>Note that tertiary colors are hardly even described by name. These names are just approximations.</p>

</div>

<h2>Complementary colors</h2>

<p>Two complementary colors appearing next to each other appear more vivid. The complement of a primary color is the color you get from mixing the two other primaries. The complement of red is green, the complement of yellow is purple, the complement of blue is orange. (Inversely, the complement of a secondary color is the primary color which was <em>not</em> used to make it--the complement of green is red.)</p>

<h2>Adding white and black</h2>

<p>Adding white produces a tint of a hue, and reduces its intensity. Adding black tends to muddy a color, rather than simply make it a darker tone of the same hue. (Although, adding black to yellow can produce some unique green hues.)</p>

<h2>Definitions</h2>

<p><b>Gamut</b> Roughly, the range of hues that can be expressed within a particular color sytem.</p>

<p><b>Hue</b> The hue is commonly called the color, like red, blue, or green.</p>

<p><b>Tone</b> also called <b>value</b>; the lightness or darkness of a color. A monochrome filter would make it easy to compare the tones of different colors.</p>

<p><b>Saturation</b> also called <b>chroma</b>; the intensity of a color, if it has been diluted with white, or darkened by black or gray. <b>Variations in saturation can be achieved by adding different amounts of neutral gray of the same value as the color.</b></p>

<p><b>Temperature</b> hues can be considered <b>warm</b> or <b>cool</b>. Blue and yellow tend to be cool, and red tends to be warm. However, there can be warmer and cooler blues.</p>

<h2>References</h2>

<ul>
	<li><a href="http://en.wikipedia.org/wiki/Primary_colors">Primary colors</a> (Wikipedia)</li>
	<li><a href="http://en.wikipedia.org/wiki/Secondary_color">Secondary colors</a> (Wikipedia)</li>
	<li><a href="http://en.wikipedia.org/wiki/Tertiary_color">Tertiary colors</a> (Wikipedia)</li>
	<li><a href="http://www.handprint.com/HP/WCL/wcolor.html">Color theory</a> by Bruce MacEvoy (very informative)</li>
	<li><a href="http://artintegrity.wordpress.com/2008/03/20/11-your-art-stories-here/">Mix your own paint colors!</a></li>
	<li><a href=""></a></li>
	<li><a href=""></a></li>
	<li><a href=""></a></li>
</ul>

<?php include('../FOOTER.php'); ?>
