Shades of Cocoa Brown #201300
Tints of Cocoa Brown #201300
RGB
CMYK
RGB Variations
Color information
#201300 (or 0x201300) is known color: Cocoa Brown. HEX triplet: 20, 13 and 00. RGB value is (32,19,0). Sum of RGB (Red+Green+Blue) = 32+19+0=51 (6% of max value = 765). Red value is 32 (12.89% from 255 or 62.75% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 0 (0.39% from 255 or 0% from 51); Max value from RGB is 32 - color contains mainly: red. Hex color #201300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201300 is #DFECFF. Grayscale: #141414. Windows color (decimal): -14675200 or 4896. OLE color: 4896.
HSL color Cylindrical-coordinate representation of color #201300: hue angle of 35.62º 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 #201300 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 19 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.87 |
| HSL | 35.63º | 1% | 0.06% | - |
| HSV(B) | 35.63º | 1% | 0.13% | - |
| XYZ | 0.83 | 0.77 | 0.11 | - |
| YUV | 20.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 0 | 0 | 0.41 | 1 | 0.87 | 35.63 | 1 | 0.06 |
| Hex | 20 | 13 | 0 | 0 | 29 | 64 | 57 | 24 | 64 | 6 |
| Octal | 40 | 23 | 0 | 0 | 51 | 144 | 127 | 44 | 144 | 6 |
| Binary | 100000 | 10011 | 0 | 0 | 101001 | 1100100 | 1010111 | 100100 | 1100100 | 110 |
Color Harmonies of #201300
Complementary color
Monochromatic Colors of #201300
Black with #201300
Text Example
Text Example
White with #201300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201300; }
p { color: rgb(32,19,0); }
H1.HeaderClassName
{
color: #201300;
}
.AnyTagClassName
{
color: #201300;
}
</style>
background-color css
<style>
a { background-color: #201300; }
a { background-color: rgb(32,19,0); }
div.DivClassName
{
background-color: #201300;
}
.BgClassName
{
background-color: #201300;
}
</style>
border-color css
<style>
span { border-color: #201300; }
span { border-color: rgb(32,19,0); }
td.TdClassName
{
border-color: #201300;
}
.TagClassName
{
border-color: #201300;
}
</style>