Shades of Cocoa Brown #211102
Tints of Cocoa Brown #211102
RGB
CMYK
RGB Variations
Color information
#211102 (or 0x211102) is known color: Cocoa Brown. HEX triplet: 21, 11 and 02. RGB value is (33,17,2). Sum of RGB (Red+Green+Blue) = 33+17+2=52 (6% of max value = 765). Red value is 33 (13.28% from 255 or 63.46% from 52); Green value is 17 (7.03% from 255 or 32.69% from 52); Blue value is 2 (1.17% from 255 or 3.85% from 52); Max value from RGB is 33 - color contains mainly: red. Hex color #211102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211102 is #DEEEFD. Grayscale: #141414. Windows color (decimal): -14610174 or 135457. OLE color: 135457.
HSL color Cylindrical-coordinate representation of color #211102: hue angle of 29.03º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #211102 is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 17 | 2 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.87 |
| HSL | 29.03º | 0.89% | 0.07% | - |
| HSV(B) | 29.03º | 0.94% | 0.13% | - |
| XYZ | 0.84 | 0.73 | 0.15 | - |
| YUV | 20.07 | 117.8 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 17 | 2 | 0 | 0.48 | 0.94 | 0.87 | 29.03 | 0.89 | 0.07 |
| Hex | 21 | 11 | 2 | 0 | 30 | 5E | 57 | 1D | 59 | 7 |
| Octal | 41 | 21 | 2 | 0 | 60 | 136 | 127 | 35 | 131 | 7 |
| Binary | 100001 | 10001 | 10 | 0 | 110000 | 1011110 | 1010111 | 11101 | 1011001 | 111 |
Color Harmonies of #211102
Complementary color
Monochromatic Colors of #211102
Black with #211102
Text Example
Text Example
White with #211102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211102; }
p { color: rgb(33,17,2); }
H1.HeaderClassName
{
color: #211102;
}
.AnyTagClassName
{
color: #211102;
}
</style>
background-color css
<style>
a { background-color: #211102; }
a { background-color: rgb(33,17,2); }
div.DivClassName
{
background-color: #211102;
}
.BgClassName
{
background-color: #211102;
}
</style>
border-color css
<style>
span { border-color: #211102; }
span { border-color: rgb(33,17,2); }
td.TdClassName
{
border-color: #211102;
}
.TagClassName
{
border-color: #211102;
}
</style>