Shades of Cocoa Brown #211408
Tints of Cocoa Brown #211408
RGB
CMYK
RGB Variations
Color information
#211408 (or 0x211408) is known color: Cocoa Brown. HEX triplet: 21, 14 and 08. RGB value is (33,20,8). Sum of RGB (Red+Green+Blue) = 33+20+8=61 (8% of max value = 765). Red value is 33 (13.28% from 255 or 54.10% from 61); Green value is 20 (8.20% from 255 or 32.79% from 61); Blue value is 8 (3.52% from 255 or 13.11% from 61); Max value from RGB is 33 - color contains mainly: red. Hex color #211408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211408 is #DEEBF7. Grayscale: #161616. Windows color (decimal): -14609400 or 529441. OLE color: 529441.
HSL color Cylindrical-coordinate representation of color #211408: hue angle of 28.8º 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 #211408 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 20 | 8 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.87 |
| HSL | 28.8º | 0.61% | 0.08% | - |
| HSV(B) | 28.8º | 0.76% | 0.13% | - |
| XYZ | 0.92 | 0.84 | 0.34 | - |
| YUV | 22.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 8 | 0 | 0.39 | 0.76 | 0.87 | 28.8 | 0.61 | 0.08 |
| Hex | 21 | 14 | 8 | 0 | 27 | 4C | 57 | 1D | 3D | 8 |
| Octal | 41 | 24 | 10 | 0 | 47 | 114 | 127 | 35 | 75 | 10 |
| Binary | 100001 | 10100 | 1000 | 0 | 100111 | 1001100 | 1010111 | 11101 | 111101 | 1000 |
Color Harmonies of #211408
Complementary color
Monochromatic Colors of #211408
Black with #211408
Text Example
Text Example
White with #211408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211408; }
p { color: rgb(33,20,8); }
H1.HeaderClassName
{
color: #211408;
}
.AnyTagClassName
{
color: #211408;
}
</style>
background-color css
<style>
a { background-color: #211408; }
a { background-color: rgb(33,20,8); }
div.DivClassName
{
background-color: #211408;
}
.BgClassName
{
background-color: #211408;
}
</style>
border-color css
<style>
span { border-color: #211408; }
span { border-color: rgb(33,20,8); }
td.TdClassName
{
border-color: #211408;
}
.TagClassName
{
border-color: #211408;
}
</style>