Shades of Cocoa Brown #211707
Tints of Cocoa Brown #211707
RGB
CMYK
RGB Variations
Color information
#211707 (or 0x211707) is known color: Cocoa Brown. HEX triplet: 21, 17 and 07. RGB value is (33,23,7). Sum of RGB (Red+Green+Blue) = 33+23+7=63 (8% of max value = 765). Red value is 33 (13.28% from 255 or 52.38% from 63); Green value is 23 (9.38% from 255 or 36.51% from 63); Blue value is 7 (3.12% from 255 or 11.11% from 63); Max value from RGB is 33 - color contains mainly: red. Hex color #211707 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211707 is #DEE8F8. Grayscale: #181818. Windows color (decimal): -14608633 or 464673. OLE color: 464673.
HSL color Cylindrical-coordinate representation of color #211707: hue angle of 36.92º 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 #211707 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 23 | 7 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.87 |
| HSL | 36.92º | 0.65% | 0.08% | - |
| HSV(B) | 36.92º | 0.79% | 0.13% | - |
| XYZ | 0.97 | 0.95 | 0.33 | - |
| YUV | 24.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 7 | 0 | 0.30 | 0.79 | 0.87 | 36.92 | 0.65 | 0.08 |
| Hex | 21 | 17 | 7 | 0 | 1E | 4F | 57 | 25 | 41 | 8 |
| Octal | 41 | 27 | 7 | 0 | 36 | 117 | 127 | 45 | 101 | 10 |
| Binary | 100001 | 10111 | 111 | 0 | 11110 | 1001111 | 1010111 | 100101 | 1000001 | 1000 |
Color Harmonies of #211707
Complementary color
Monochromatic Colors of #211707
Black with #211707
Text Example
Text Example
White with #211707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211707; }
p { color: rgb(33,23,7); }
H1.HeaderClassName
{
color: #211707;
}
.AnyTagClassName
{
color: #211707;
}
</style>
background-color css
<style>
a { background-color: #211707; }
a { background-color: rgb(33,23,7); }
div.DivClassName
{
background-color: #211707;
}
.BgClassName
{
background-color: #211707;
}
</style>
border-color css
<style>
span { border-color: #211707; }
span { border-color: rgb(33,23,7); }
td.TdClassName
{
border-color: #211707;
}
.TagClassName
{
border-color: #211707;
}
</style>