Shades of Cocoa Brown #221202
Tints of Cocoa Brown #221202
RGB
CMYK
RGB Variations
Color information
#221202 (or 0x221202) is known color: Cocoa Brown. HEX triplet: 22, 12 and 02. RGB value is (34,18,2). Sum of RGB (Red+Green+Blue) = 34+18+2=54 (7% of max value = 765). Red value is 34 (13.67% from 255 or 62.96% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 2 (1.17% from 255 or 3.70% from 54); Max value from RGB is 34 - color contains mainly: red. Hex color #221202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221202 is #DDEDFD. Grayscale: #151515. Windows color (decimal): -14544382 or 135714. OLE color: 135714.
HSL color Cylindrical-coordinate representation of color #221202: hue angle of 30º 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 #221202 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 18 | 2 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.87 |
| HSL | 30º | 0.89% | 0.07% | - |
| HSV(B) | 30º | 0.94% | 0.13% | - |
| XYZ | 0.89 | 0.78 | 0.16 | - |
| YUV | 20.96 | 117.3 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 18 | 2 | 0 | 0.47 | 0.94 | 0.87 | 30 | 0.89 | 0.07 |
| Hex | 22 | 12 | 2 | 0 | 2F | 5E | 57 | 1E | 59 | 7 |
| Octal | 42 | 22 | 2 | 0 | 57 | 136 | 127 | 36 | 131 | 7 |
| Binary | 100010 | 10010 | 10 | 0 | 101111 | 1011110 | 1010111 | 11110 | 1011001 | 111 |
Color Harmonies of #221202
Complementary color
Monochromatic Colors of #221202
Black with #221202
Text Example
Text Example
White with #221202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221202; }
p { color: rgb(34,18,2); }
H1.HeaderClassName
{
color: #221202;
}
.AnyTagClassName
{
color: #221202;
}
</style>
background-color css
<style>
a { background-color: #221202; }
a { background-color: rgb(34,18,2); }
div.DivClassName
{
background-color: #221202;
}
.BgClassName
{
background-color: #221202;
}
</style>
border-color css
<style>
span { border-color: #221202; }
span { border-color: rgb(34,18,2); }
td.TdClassName
{
border-color: #221202;
}
.TagClassName
{
border-color: #221202;
}
</style>