Shades of Cocoa Brown #201100
Tints of Cocoa Brown #201100
RGB
CMYK
RGB Variations
Color information
#201100 (or 0x201100) is known color: Cocoa Brown. HEX triplet: 20, 11 and 00. RGB value is (32,17,0). Sum of RGB (Red+Green+Blue) = 32+17+0=49 (6% of max value = 765). Red value is 32 (12.89% from 255 or 65.31% from 49); Green value is 17 (7.03% from 255 or 34.69% from 49); Blue value is 0 (0.39% from 255 or 0% from 49); Max value from RGB is 32 - color contains mainly: red. Hex color #201100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201100 is #DFEEFF. Grayscale: #131313. Windows color (decimal): -14675712 or 4384. OLE color: 4384.
HSL color Cylindrical-coordinate representation of color #201100: hue angle of 31.88º 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 #201100 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 17 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.87 |
| HSL | 31.88º | 1% | 0.06% | - |
| HSV(B) | 31.88º | 1% | 0.13% | - |
| XYZ | 0.8 | 0.71 | 0.09 | - |
| YUV | 19.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 0 | 0 | 0.47 | 1 | 0.87 | 31.88 | 1 | 0.06 |
| Hex | 20 | 11 | 0 | 0 | 2F | 64 | 57 | 20 | 64 | 6 |
| Octal | 40 | 21 | 0 | 0 | 57 | 144 | 127 | 40 | 144 | 6 |
| Binary | 100000 | 10001 | 0 | 0 | 101111 | 1100100 | 1010111 | 100000 | 1100100 | 110 |
Color Harmonies of #201100
Complementary color
Monochromatic Colors of #201100
Black with #201100
Text Example
Text Example
White with #201100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201100; }
p { color: rgb(32,17,0); }
H1.HeaderClassName
{
color: #201100;
}
.AnyTagClassName
{
color: #201100;
}
</style>
background-color css
<style>
a { background-color: #201100; }
a { background-color: rgb(32,17,0); }
div.DivClassName
{
background-color: #201100;
}
.BgClassName
{
background-color: #201100;
}
</style>
border-color css
<style>
span { border-color: #201100; }
span { border-color: rgb(32,17,0); }
td.TdClassName
{
border-color: #201100;
}
.TagClassName
{
border-color: #201100;
}
</style>