Shades of Cocoa Brown #211202
Tints of Cocoa Brown #211202
RGB
CMYK
RGB Variations
Color information
#211202 (or 0x211202) is known color: Cocoa Brown. HEX triplet: 21, 12 and 02. RGB value is (33,18,2). Sum of RGB (Red+Green+Blue) = 33+18+2=53 (7% of max value = 765). Red value is 33 (13.28% from 255 or 62.26% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 33 - color contains mainly: red. Hex color #211202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211202 is #DEEDFD. Grayscale: #141414. Windows color (decimal): -14609918 or 135713. OLE color: 135713.
HSL color Cylindrical-coordinate representation of color #211202: hue angle of 30.97º 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 #211202 is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 18 | 2 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.87 |
| HSL | 30.97º | 0.89% | 0.07% | - |
| HSV(B) | 30.97º | 0.94% | 0.13% | - |
| XYZ | 0.85 | 0.76 | 0.16 | - |
| YUV | 20.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 18 | 2 | 0 | 0.45 | 0.94 | 0.87 | 30.97 | 0.89 | 0.07 |
| Hex | 21 | 12 | 2 | 0 | 2D | 5E | 57 | 1F | 59 | 7 |
| Octal | 41 | 22 | 2 | 0 | 55 | 136 | 127 | 37 | 131 | 7 |
| Binary | 100001 | 10010 | 10 | 0 | 101101 | 1011110 | 1010111 | 11111 | 1011001 | 111 |
Color Harmonies of #211202
Complementary color
Monochromatic Colors of #211202
Black with #211202
Text Example
Text Example
White with #211202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211202; }
p { color: rgb(33,18,2); }
H1.HeaderClassName
{
color: #211202;
}
.AnyTagClassName
{
color: #211202;
}
</style>
background-color css
<style>
a { background-color: #211202; }
a { background-color: rgb(33,18,2); }
div.DivClassName
{
background-color: #211202;
}
.BgClassName
{
background-color: #211202;
}
</style>
border-color css
<style>
span { border-color: #211202; }
span { border-color: rgb(33,18,2); }
td.TdClassName
{
border-color: #211202;
}
.TagClassName
{
border-color: #211202;
}
</style>