Shades of Cocoa Brown #221604
Tints of Cocoa Brown #221604
RGB
CMYK
RGB Variations
Color information
#221604 (or 0x221604) is known color: Cocoa Brown. HEX triplet: 22, 16 and 04. RGB value is (34,22,4). Sum of RGB (Red+Green+Blue) = 34+22+4=60 (7% of max value = 765). Red value is 34 (13.67% from 255 or 56.67% from 60); Green value is 22 (8.98% from 255 or 36.67% from 60); Blue value is 4 (1.95% from 255 or 6.67% from 60); Max value from RGB is 34 - color contains mainly: red. Hex color #221604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221604 is #DDE9FB. Grayscale: #171717. Windows color (decimal): -14543356 or 267810. OLE color: 267810.
HSL color Cylindrical-coordinate representation of color #221604: hue angle of 36º degrees, saturation: 0.79, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #221604 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 22 | 4 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.87 |
| HSL | 36º | 0.79% | 0.07% | - |
| HSV(B) | 36º | 0.88% | 0.13% | - |
| XYZ | 0.97 | 0.92 | 0.24 | - |
| YUV | 23.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 22 | 4 | 0 | 0.35 | 0.88 | 0.87 | 36 | 0.79 | 0.07 |
| Hex | 22 | 16 | 4 | 0 | 23 | 58 | 57 | 24 | 4F | 7 |
| Octal | 42 | 26 | 4 | 0 | 43 | 130 | 127 | 44 | 117 | 7 |
| Binary | 100010 | 10110 | 100 | 0 | 100011 | 1011000 | 1010111 | 100100 | 1001111 | 111 |
Color Harmonies of #221604
Complementary color
Monochromatic Colors of #221604
Black with #221604
Text Example
Text Example
White with #221604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221604; }
p { color: rgb(34,22,4); }
H1.HeaderClassName
{
color: #221604;
}
.AnyTagClassName
{
color: #221604;
}
</style>
background-color css
<style>
a { background-color: #221604; }
a { background-color: rgb(34,22,4); }
div.DivClassName
{
background-color: #221604;
}
.BgClassName
{
background-color: #221604;
}
</style>
border-color css
<style>
span { border-color: #221604; }
span { border-color: rgb(34,22,4); }
td.TdClassName
{
border-color: #221604;
}
.TagClassName
{
border-color: #221604;
}
</style>