Shades of Cocoa Brown #211607
Tints of Cocoa Brown #211607
RGB
CMYK
RGB Variations
Color information
#211607 (or 0x211607) is known color: Cocoa Brown. HEX triplet: 21, 16 and 07. RGB value is (33,22,7). Sum of RGB (Red+Green+Blue) = 33+22+7=62 (8% of max value = 765). Red value is 33 (13.28% from 255 or 53.23% from 62); Green value is 22 (8.98% from 255 or 35.48% from 62); Blue value is 7 (3.12% from 255 or 11.29% from 62); Max value from RGB is 33 - color contains mainly: red. Hex color #211607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211607 is #DEE9F8. Grayscale: #171717. Windows color (decimal): -14608889 or 464417. OLE color: 464417.
HSL color Cylindrical-coordinate representation of color #211607: hue angle of 34.62º degrees, saturation: 0.65, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #211607 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 22 | 7 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.87 |
| HSL | 34.62º | 0.65% | 0.08% | - |
| HSV(B) | 34.62º | 0.79% | 0.13% | - |
| XYZ | 0.95 | 0.91 | 0.33 | - |
| YUV | 23.58 | 118.64 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 7 | 0 | 0.33 | 0.79 | 0.87 | 34.62 | 0.65 | 0.08 |
| Hex | 21 | 16 | 7 | 0 | 21 | 4F | 57 | 23 | 41 | 8 |
| Octal | 41 | 26 | 7 | 0 | 41 | 117 | 127 | 43 | 101 | 10 |
| Binary | 100001 | 10110 | 111 | 0 | 100001 | 1001111 | 1010111 | 100011 | 1000001 | 1000 |
Color Harmonies of #211607
Complementary color
Monochromatic Colors of #211607
Black with #211607
Text Example
Text Example
White with #211607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211607; }
p { color: rgb(33,22,7); }
H1.HeaderClassName
{
color: #211607;
}
.AnyTagClassName
{
color: #211607;
}
</style>
background-color css
<style>
a { background-color: #211607; }
a { background-color: rgb(33,22,7); }
div.DivClassName
{
background-color: #211607;
}
.BgClassName
{
background-color: #211607;
}
</style>
border-color css
<style>
span { border-color: #211607; }
span { border-color: rgb(33,22,7); }
td.TdClassName
{
border-color: #211607;
}
.TagClassName
{
border-color: #211607;
}
</style>