Shades of Cocoa Brown #211608
Tints of Cocoa Brown #211608
RGB
CMYK
RGB Variations
Color information
#211608 (or 0x211608) is known color: Cocoa Brown. HEX triplet: 21, 16 and 08. RGB value is (33,22,8). Sum of RGB (Red+Green+Blue) = 33+22+8=63 (8% of max value = 765). Red value is 33 (13.28% from 255 or 52.38% from 63); Green value is 22 (8.98% from 255 or 34.92% from 63); Blue value is 8 (3.52% from 255 or 12.70% from 63); Max value from RGB is 33 - color contains mainly: red. Hex color #211608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211608 is #DEE9F7. Grayscale: #171717. Windows color (decimal): -14608888 or 529953. OLE color: 529953.
HSL color Cylindrical-coordinate representation of color #211608: hue angle of 33.6º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #211608 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 22 | 8 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.87 |
| HSL | 33.6º | 0.61% | 0.08% | - |
| HSV(B) | 33.6º | 0.76% | 0.13% | - |
| XYZ | 0.96 | 0.91 | 0.36 | - |
| YUV | 23.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 8 | 0 | 0.33 | 0.76 | 0.87 | 33.6 | 0.61 | 0.08 |
| Hex | 21 | 16 | 8 | 0 | 21 | 4C | 57 | 22 | 3D | 8 |
| Octal | 41 | 26 | 10 | 0 | 41 | 114 | 127 | 42 | 75 | 10 |
| Binary | 100001 | 10110 | 1000 | 0 | 100001 | 1001100 | 1010111 | 100010 | 111101 | 1000 |
Color Harmonies of #211608
Complementary color
Monochromatic Colors of #211608
Black with #211608
Text Example
Text Example
White with #211608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211608; }
p { color: rgb(33,22,8); }
H1.HeaderClassName
{
color: #211608;
}
.AnyTagClassName
{
color: #211608;
}
</style>
background-color css
<style>
a { background-color: #211608; }
a { background-color: rgb(33,22,8); }
div.DivClassName
{
background-color: #211608;
}
.BgClassName
{
background-color: #211608;
}
</style>
border-color css
<style>
span { border-color: #211608; }
span { border-color: rgb(33,22,8); }
td.TdClassName
{
border-color: #211608;
}
.TagClassName
{
border-color: #211608;
}
</style>