Shades of Cocoa Brown #211604
Tints of Cocoa Brown #211604
RGB
CMYK
RGB Variations
Color information
#211604 (or 0x211604) is known color: Cocoa Brown. HEX triplet: 21, 16 and 04. RGB value is (33,22,4). Sum of RGB (Red+Green+Blue) = 33+22+4=59 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55.93% from 59); Green value is 22 (8.98% from 255 or 37.29% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 33 - color contains mainly: red. Hex color #211604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211604 is #DEE9FB. Grayscale: #171717. Windows color (decimal): -14608892 or 267809. OLE color: 267809.
HSL color Cylindrical-coordinate representation of color #211604: hue angle of 37.24º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211604 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 22 | 4 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.87 |
| HSL | 37.24º | 0.78% | 0.07% | - |
| HSV(B) | 37.24º | 0.88% | 0.13% | - |
| XYZ | 0.94 | 0.91 | 0.24 | - |
| YUV | 23.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 4 | 0 | 0.33 | 0.88 | 0.87 | 37.24 | 0.78 | 0.07 |
| Hex | 21 | 16 | 4 | 0 | 21 | 58 | 57 | 25 | 4E | 7 |
| Octal | 41 | 26 | 4 | 0 | 41 | 130 | 127 | 45 | 116 | 7 |
| Binary | 100001 | 10110 | 100 | 0 | 100001 | 1011000 | 1010111 | 100101 | 1001110 | 111 |
Color Harmonies of #211604
Complementary color
Monochromatic Colors of #211604
Black with #211604
Text Example
Text Example
White with #211604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211604; }
p { color: rgb(33,22,4); }
H1.HeaderClassName
{
color: #211604;
}
.AnyTagClassName
{
color: #211604;
}
</style>
background-color css
<style>
a { background-color: #211604; }
a { background-color: rgb(33,22,4); }
div.DivClassName
{
background-color: #211604;
}
.BgClassName
{
background-color: #211604;
}
</style>
border-color css
<style>
span { border-color: #211604; }
span { border-color: rgb(33,22,4); }
td.TdClassName
{
border-color: #211604;
}
.TagClassName
{
border-color: #211604;
}
</style>