Shades of Cocoa Brown #200F00
Tints of Cocoa Brown #200F00
RGB
CMYK
RGB Variations
Color information
#200F00 (or 0x200F00) is known color: Cocoa Brown. HEX triplet: 20, 0F and 00. RGB value is (32,15,0). Sum of RGB (Red+Green+Blue) = 32+15+0=47 (6% of max value = 765). Red value is 32 (12.89% from 255 or 68.09% from 47); Green value is 15 (6.25% from 255 or 31.91% from 47); Blue value is 0 (0.39% from 255 or 0% from 47); Max value from RGB is 32 - color contains mainly: red. Hex color #200F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200F00 is #DFF0FF. Grayscale: #121212. Windows color (decimal): -14676224 or 3872. OLE color: 3872.
HSL color Cylindrical-coordinate representation of color #200F00: hue angle of 28.12º 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 #200F00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 15 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.87 |
| HSL | 28.13º | 1% | 0.06% | - |
| HSV(B) | 28.13º | 1% | 0.13% | - |
| XYZ | 0.77 | 0.65 | 0.08 | - |
| YUV | 18.37 | 117.63 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 0 | 0 | 0.53 | 1 | 0.87 | 28.13 | 1 | 0.06 |
| Hex | 20 | F | 0 | 0 | 35 | 64 | 57 | 1C | 64 | 6 |
| Octal | 40 | 17 | 0 | 0 | 65 | 144 | 127 | 34 | 144 | 6 |
| Binary | 100000 | 1111 | 0 | 0 | 110101 | 1100100 | 1010111 | 11100 | 1100100 | 110 |
Color Harmonies of #200F00
Complementary color
Monochromatic Colors of #200F00
Black with #200F00
Text Example
Text Example
White with #200F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F00; }
p { color: rgb(32,15,0); }
H1.HeaderClassName
{
color: #200F00;
}
.AnyTagClassName
{
color: #200F00;
}
</style>
background-color css
<style>
a { background-color: #200F00; }
a { background-color: rgb(32,15,0); }
div.DivClassName
{
background-color: #200F00;
}
.BgClassName
{
background-color: #200F00;
}
</style>
border-color css
<style>
span { border-color: #200F00; }
span { border-color: rgb(32,15,0); }
td.TdClassName
{
border-color: #200F00;
}
.TagClassName
{
border-color: #200F00;
}
</style>