Shades of Cocoa Brown #201200
Tints of Cocoa Brown #201200
RGB
CMYK
RGB Variations
Color information
#201200 (or 0x201200) is known color: Cocoa Brown. HEX triplet: 20, 12 and 00. RGB value is (32,18,0). Sum of RGB (Red+Green+Blue) = 32+18+0=50 (6% of max value = 765). Red value is 32 (12.89% from 255 or 64% from 50); Green value is 18 (7.42% from 255 or 36% from 50); Blue value is 0 (0.39% from 255 or 0% from 50); Max value from RGB is 32 - color contains mainly: red. Hex color #201200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201200 is #DFEDFF. Grayscale: #141414. Windows color (decimal): -14675456 or 4640. OLE color: 4640.
HSL color Cylindrical-coordinate representation of color #201200: hue angle of 33.75º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #201200 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 18 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.87 |
| HSL | 33.75º | 1% | 0.06% | - |
| HSV(B) | 33.75º | 1% | 0.13% | - |
| XYZ | 0.81 | 0.74 | 0.1 | - |
| YUV | 20.13 | 116.64 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 0 | 0 | 0.44 | 1 | 0.87 | 33.75 | 1 | 0.06 |
| Hex | 20 | 12 | 0 | 0 | 2C | 64 | 57 | 22 | 64 | 6 |
| Octal | 40 | 22 | 0 | 0 | 54 | 144 | 127 | 42 | 144 | 6 |
| Binary | 100000 | 10010 | 0 | 0 | 101100 | 1100100 | 1010111 | 100010 | 1100100 | 110 |
Color Harmonies of #201200
Complementary color
Monochromatic Colors of #201200
Black with #201200
Text Example
Text Example
White with #201200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201200; }
p { color: rgb(32,18,0); }
H1.HeaderClassName
{
color: #201200;
}
.AnyTagClassName
{
color: #201200;
}
</style>
background-color css
<style>
a { background-color: #201200; }
a { background-color: rgb(32,18,0); }
div.DivClassName
{
background-color: #201200;
}
.BgClassName
{
background-color: #201200;
}
</style>
border-color css
<style>
span { border-color: #201200; }
span { border-color: rgb(32,18,0); }
td.TdClassName
{
border-color: #201200;
}
.TagClassName
{
border-color: #201200;
}
</style>