Shades of Cocoa Brown #201204
Tints of Cocoa Brown #201204
RGB
CMYK
RGB Variations
Color information
#201204 (or 0x201204) is known color: Cocoa Brown. HEX triplet: 20, 12 and 04. RGB value is (32,18,4). Sum of RGB (Red+Green+Blue) = 32+18+4=54 (7% of max value = 765). Red value is 32 (12.89% from 255 or 59.26% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 4 (1.95% from 255 or 7.41% from 54); Max value from RGB is 32 - color contains mainly: red. Hex color #201204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201204 is #DFEDFB. Grayscale: #141414. Windows color (decimal): -14675452 or 266784. OLE color: 266784.
HSL color Cylindrical-coordinate representation of color #201204: hue angle of 30º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201204 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 18 | 4 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.87 |
| HSL | 30º | 0.78% | 0.07% | - |
| HSV(B) | 30º | 0.88% | 0.13% | - |
| XYZ | 0.83 | 0.75 | 0.22 | - |
| YUV | 20.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 4 | 0 | 0.44 | 0.87 | 0.87 | 30 | 0.78 | 0.07 |
| Hex | 20 | 12 | 4 | 0 | 2C | 57 | 57 | 1E | 4E | 7 |
| Octal | 40 | 22 | 4 | 0 | 54 | 127 | 127 | 36 | 116 | 7 |
| Binary | 100000 | 10010 | 100 | 0 | 101100 | 1010111 | 1010111 | 11110 | 1001110 | 111 |
Color Harmonies of #201204
Complementary color
Monochromatic Colors of #201204
Black with #201204
Text Example
Text Example
White with #201204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201204; }
p { color: rgb(32,18,4); }
H1.HeaderClassName
{
color: #201204;
}
.AnyTagClassName
{
color: #201204;
}
</style>
background-color css
<style>
a { background-color: #201204; }
a { background-color: rgb(32,18,4); }
div.DivClassName
{
background-color: #201204;
}
.BgClassName
{
background-color: #201204;
}
</style>
border-color css
<style>
span { border-color: #201204; }
span { border-color: rgb(32,18,4); }
td.TdClassName
{
border-color: #201204;
}
.TagClassName
{
border-color: #201204;
}
</style>