Shades of Cocoa Brown #211809
Tints of Cocoa Brown #211809
RGB
CMYK
RGB Variations
Color information
#211809 (or 0x211809) is known color: Cocoa Brown. HEX triplet: 21, 18 and 09. RGB value is (33,24,9). Sum of RGB (Red+Green+Blue) = 33+24+9=66 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50% from 66); Green value is 24 (9.77% from 255 or 36.36% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 33 - color contains mainly: red. Hex color #211809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211809 is #DEE7F6. Grayscale: #191919. Windows color (decimal): -14608375 or 596001. OLE color: 596001.
HSL color Cylindrical-coordinate representation of color #211809: hue angle of 37.5º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #211809 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 24 | 9 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.87 |
| HSL | 37.5º | 0.57% | 0.08% | - |
| HSV(B) | 37.5º | 0.73% | 0.13% | - |
| XYZ | 1 | 1 | 0.4 | - |
| YUV | 24.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 9 | 0 | 0.27 | 0.73 | 0.87 | 37.5 | 0.57 | 0.08 |
| Hex | 21 | 18 | 9 | 0 | 1B | 49 | 57 | 26 | 39 | 8 |
| Octal | 41 | 30 | 11 | 0 | 33 | 111 | 127 | 46 | 71 | 10 |
| Binary | 100001 | 11000 | 1001 | 0 | 11011 | 1001001 | 1010111 | 100110 | 111001 | 1000 |
Color Harmonies of #211809
Complementary color
Monochromatic Colors of #211809
Black with #211809
Text Example
Text Example
White with #211809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211809; }
p { color: rgb(33,24,9); }
H1.HeaderClassName
{
color: #211809;
}
.AnyTagClassName
{
color: #211809;
}
</style>
background-color css
<style>
a { background-color: #211809; }
a { background-color: rgb(33,24,9); }
div.DivClassName
{
background-color: #211809;
}
.BgClassName
{
background-color: #211809;
}
</style>
border-color css
<style>
span { border-color: #211809; }
span { border-color: rgb(33,24,9); }
td.TdClassName
{
border-color: #211809;
}
.TagClassName
{
border-color: #211809;
}
</style>