Shades of Cocoa Brown #221302
Tints of Cocoa Brown #221302
RGB
CMYK
RGB Variations
Color information
#221302 (or 0x221302) is known color: Cocoa Brown. HEX triplet: 22, 13 and 02. RGB value is (34,19,2). Sum of RGB (Red+Green+Blue) = 34+19+2=55 (7% of max value = 765). Red value is 34 (13.67% from 255 or 61.82% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 2 (1.17% from 255 or 3.64% from 55); Max value from RGB is 34 - color contains mainly: red. Hex color #221302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221302 is #DDECFD. Grayscale: #151515. Windows color (decimal): -14544126 or 135970. OLE color: 135970.
HSL color Cylindrical-coordinate representation of color #221302: hue angle of 31.88º 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 #221302 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 19 | 2 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.87 |
| HSL | 31.88º | 0.89% | 0.07% | - |
| HSV(B) | 31.88º | 0.94% | 0.13% | - |
| XYZ | 0.9 | 0.81 | 0.17 | - |
| YUV | 21.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 19 | 2 | 0 | 0.44 | 0.94 | 0.87 | 31.88 | 0.89 | 0.07 |
| Hex | 22 | 13 | 2 | 0 | 2C | 5E | 57 | 20 | 59 | 7 |
| Octal | 42 | 23 | 2 | 0 | 54 | 136 | 127 | 40 | 131 | 7 |
| Binary | 100010 | 10011 | 10 | 0 | 101100 | 1011110 | 1010111 | 100000 | 1011001 | 111 |
Color Harmonies of #221302
Complementary color
Monochromatic Colors of #221302
Black with #221302
Text Example
Text Example
White with #221302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221302; }
p { color: rgb(34,19,2); }
H1.HeaderClassName
{
color: #221302;
}
.AnyTagClassName
{
color: #221302;
}
</style>
background-color css
<style>
a { background-color: #221302; }
a { background-color: rgb(34,19,2); }
div.DivClassName
{
background-color: #221302;
}
.BgClassName
{
background-color: #221302;
}
</style>
border-color css
<style>
span { border-color: #221302; }
span { border-color: rgb(34,19,2); }
td.TdClassName
{
border-color: #221302;
}
.TagClassName
{
border-color: #221302;
}
</style>