Shades of Cocoa Brown #211709
Tints of Cocoa Brown #211709
RGB
CMYK
RGB Variations
Color information
#211709 (or 0x211709) is known color: Cocoa Brown. HEX triplet: 21, 17 and 09. RGB value is (33,23,9). Sum of RGB (Red+Green+Blue) = 33+23+9=65 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50.77% from 65); Green value is 23 (9.38% from 255 or 35.38% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 33 - color contains mainly: red. Hex color #211709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211709 is #DEE8F6. Grayscale: #181818. Windows color (decimal): -14608631 or 595745. OLE color: 595745.
HSL color Cylindrical-coordinate representation of color #211709: hue angle of 35º 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 #211709 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 23 | 9 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.87 |
| HSL | 35º | 0.57% | 0.08% | - |
| HSV(B) | 35º | 0.73% | 0.13% | - |
| XYZ | 0.98 | 0.96 | 0.39 | - |
| YUV | 24.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 9 | 0 | 0.30 | 0.73 | 0.87 | 35 | 0.57 | 0.08 |
| Hex | 21 | 17 | 9 | 0 | 1E | 49 | 57 | 23 | 39 | 8 |
| Octal | 41 | 27 | 11 | 0 | 36 | 111 | 127 | 43 | 71 | 10 |
| Binary | 100001 | 10111 | 1001 | 0 | 11110 | 1001001 | 1010111 | 100011 | 111001 | 1000 |
Color Harmonies of #211709
Complementary color
Monochromatic Colors of #211709
Black with #211709
Text Example
Text Example
White with #211709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211709; }
p { color: rgb(33,23,9); }
H1.HeaderClassName
{
color: #211709;
}
.AnyTagClassName
{
color: #211709;
}
</style>
background-color css
<style>
a { background-color: #211709; }
a { background-color: rgb(33,23,9); }
div.DivClassName
{
background-color: #211709;
}
.BgClassName
{
background-color: #211709;
}
</style>
border-color css
<style>
span { border-color: #211709; }
span { border-color: rgb(33,23,9); }
td.TdClassName
{
border-color: #211709;
}
.TagClassName
{
border-color: #211709;
}
</style>