Shades of Cocoa Brown #211200
Tints of Cocoa Brown #211200
RGB
CMYK
RGB Variations
Color information
#211200 (or 0x211200) is known color: Cocoa Brown. HEX triplet: 21, 12 and 00. RGB value is (33,18,0). Sum of RGB (Red+Green+Blue) = 33+18+0=51 (6% of max value = 765). Red value is 33 (13.28% from 255 or 64.71% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 0 (0.39% from 255 or 0% from 51); Max value from RGB is 33 - color contains mainly: red. Hex color #211200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211200 is #DEEDFF. Grayscale: #141414. Windows color (decimal): -14609920 or 4641. OLE color: 4641.
HSL color Cylindrical-coordinate representation of color #211200: hue angle of 32.73º 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 #211200 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 18 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.87 |
| HSL | 32.73º | 1% | 0.06% | - |
| HSV(B) | 32.73º | 1% | 0.13% | - |
| XYZ | 0.84 | 0.76 | 0.1 | - |
| YUV | 20.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 18 | 0 | 0 | 0.45 | 1 | 0.87 | 32.73 | 1 | 0.06 |
| Hex | 21 | 12 | 0 | 0 | 2D | 64 | 57 | 21 | 64 | 6 |
| Octal | 41 | 22 | 0 | 0 | 55 | 144 | 127 | 41 | 144 | 6 |
| Binary | 100001 | 10010 | 0 | 0 | 101101 | 1100100 | 1010111 | 100001 | 1100100 | 110 |
Color Harmonies of #211200
Complementary color
Monochromatic Colors of #211200
Black with #211200
Text Example
Text Example
White with #211200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211200; }
p { color: rgb(33,18,0); }
H1.HeaderClassName
{
color: #211200;
}
.AnyTagClassName
{
color: #211200;
}
</style>
background-color css
<style>
a { background-color: #211200; }
a { background-color: rgb(33,18,0); }
div.DivClassName
{
background-color: #211200;
}
.BgClassName
{
background-color: #211200;
}
</style>
border-color css
<style>
span { border-color: #211200; }
span { border-color: rgb(33,18,0); }
td.TdClassName
{
border-color: #211200;
}
.TagClassName
{
border-color: #211200;
}
</style>