Understanding colors - Stack Overflow most recent 30 from stackoverflow.com 2009-12-02T12:08:00Z http://stackoverflow.com/feeds/question/374749 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/374749/understanding-colors 6 Understanding colors versesane 2008-12-17T14:46:46Z 2009-07-11T02:53:21Z <p>Hello everyone,</p> <p>Kindly point towards theory/material to read for understanding colors and what makes a good color combinations. Mind it that I am not interested in say "Color combinations for web application" etc. More of the lines of say "Colors and humans".</p> <p>Material free to read is what i am looking for.</p> <p>Thanks</p> http://stackoverflow.com/questions/374749/understanding-colors/374759#374759 5 Answer by S.Lott for Understanding colors S.Lott 2008-12-17T14:49:25Z 2008-12-17T14:49:25Z <p>See the <a href="http://www.wellstyled.com/tools/colorscheme2/index-en.html" rel="nofollow">Color Scheme Generator</a>, <a href="http://www.colorsontheweb.com/colorwizard.asp" rel="nofollow">Color Wizard</a>, <a href="http://www.colorcombos.com/" rel="nofollow">Color Combinations</a>. They all have some theory or rationale.</p> http://stackoverflow.com/questions/374749/understanding-colors/374766#374766 2 Answer by Martin for Understanding colors Martin 2008-12-17T14:50:52Z 2008-12-17T14:52:36Z <p>Some theory here:</p> <p><a href="http://www.worqx.com/color/index.htm" rel="nofollow">http://www.worqx.com/color/index.htm</a></p> http://stackoverflow.com/questions/374749/understanding-colors/374823#374823 4 Answer by David Poole for Understanding colors David Poole 2008-12-17T15:06:04Z 2008-12-17T15:06:04Z <p>Color and humans is a very complex topic. Scientists do not completely understand how we humans perceive color. (See also <a href="http://en.wikipedia.org/wiki/Psychophysics" rel="nofollow">http://en.wikipedia.org/wiki/Psychophysics</a>)</p> <p>There are a lot good books out there but some free resources I use:</p> <p><a href="http://en.wikipedia.org/wiki/Color" rel="nofollow">http://en.wikipedia.org/wiki/Color</a></p> <p><a href="http://en.wikipedia.org/wiki/Color_vision" rel="nofollow">http://en.wikipedia.org/wiki/Color_vision</a></p> <p><a href="http://handprint.com/HP/WCL/wcolor.html" rel="nofollow">http://handprint.com/HP/WCL/wcolor.html</a></p> <p><a href="http://www.efg2.com/Lab/Library/Color/" rel="nofollow">http://www.efg2.com/Lab/Library/Color/</a></p> <p><a href="http://www.cis.rit.edu/fairchild/" rel="nofollow">http://www.cis.rit.edu/fairchild/</a></p> http://stackoverflow.com/questions/374749/understanding-colors/374850#374850 8 Answer by Nils Pipenbrinck for Understanding colors Nils Pipenbrinck 2008-12-17T15:15:03Z 2008-12-17T15:15:03Z <p>In addition to the links I'd like to post my way of selecting pleasant colors:</p> <ol> <li><p><em>NEVER</em> ever use pure colors. Even if you want a pure color, don't!. If you want a strong bright green for example don't use 00ff00. Use something like 10e013 instead.</p></li> <li><p>If you have one color that you like, and you want another one that fits to the first open a graphic program. Go to the color picker, type in your color and then switch to HSV mode. Then adjust either one of Hue, Saturation or Lightness. Don't modify two or all parameters, just one. That makes sure the color you choose is perceptually related to the color you've started with.</p></li> <li><p>If you have no idea what color to start with get a classic masterpiece of painting from the net. Blur it a bit and then pick some nice colors from it. If you use some common sense it's hard not to end with pleasant colors this way.</p></li> </ol> <p>Just to give you an example: I've just picked these colors:</p> <p><img src="http://torus.untergrund.net/misc/colors.png" alt="alt text" /></p> <p>From this painting:</p> <p><a href="http://www.cs.nthu.edu.tw/~sheu/Images/Monet.jpg" rel="nofollow">http://www.cs.nthu.edu.tw/~sheu/Images/Monet.jpg</a></p> <p>I know - it's not exaclty what you've asked for, but I learned these tricks the hard way.</p> http://stackoverflow.com/questions/374749/understanding-colors/515218#515218 2 Answer by gclj5 for Understanding colors gclj5 2009-02-05T09:57:07Z 2009-02-05T09:57:07Z <p>Information Visualization by Colin Ware:</p> <p><a href="http://rads.stackoverflow.com/amzn/click/1558608192" rel="nofollow"><img src="http://ecx.images-amazon.com/images/I/51HJ4MHVCDL.jpg" alt="Information Visualization, Colin Ware" /></a></p> <p>Contains much more than just color theory. But it's a great academic resource for understanding some basics of human perception and how to make sure your designs work well.</p> http://stackoverflow.com/questions/374749/understanding-colors/515241#515241 1 Answer by Andrew Duffy for Understanding colors Andrew Duffy 2009-02-05T10:04:46Z 2009-02-05T10:04:46Z <p>Robin Williams' "The Non-designer's Design Book" is a must-read for anyone who needs to prepare material for publication (including software UI), and includes a chapter on colour:</p> <p><a href="http://rads.stackoverflow.com/amzn/click/0321534042" rel="nofollow">http://www.amazon.com/Non-Designers-Design-Book-3rd-Designers/dp/0321534042/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1233828208&amp;sr=1-1</a></p>