Shades of Cocoa Brown #22190E
Tints of Cocoa Brown #22190E
RGB
CMYK
RGB Variations
Color information
#22190E (or 0x22190E) is known color: Cocoa Brown. HEX triplet: 22, 19 and 0E. RGB value is (34,25,14). Sum of RGB (Red+Green+Blue) = 34+25+14=73 (9% of max value = 765). Red value is 34 (13.67% from 255 or 46.58% from 73); Green value is 25 (10.16% from 255 or 34.25% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 34 - color contains mainly: red. Hex color #22190E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #22190E is #DDE6F1. Grayscale: #1A1A1A. Windows color (decimal): -14542578 or 923938. OLE color: 923938.
HSL color Cylindrical-coordinate representation of color #22190E: hue angle of 33º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #22190E is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 25 | 14 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.87 |
| HSL | 33º | 0.42% | 0.09% | - |
| HSV(B) | 33º | 0.59% | 0.13% | - |
| XYZ | 1.09 | 1.07 | 0.56 | - |
| YUV | 26.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 25 | 14 | 0 | 0.26 | 0.59 | 0.87 | 33 | 0.42 | 0.09 |
| Hex | 22 | 19 | E | 0 | 1A | 3B | 57 | 21 | 2A | 9 |
| Octal | 42 | 31 | 16 | 0 | 32 | 73 | 127 | 41 | 52 | 11 |
| Binary | 100010 | 11001 | 1110 | 0 | 11010 | 111011 | 1010111 | 100001 | 101010 | 1001 |
Color Harmonies of #22190E
Complementary color
Monochromatic Colors of #22190E
Black with #22190E
Text Example
Text Example
White with #22190E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22190E; }
p { color: rgb(34,25,14); }
H1.HeaderClassName
{
color: #22190E;
}
.AnyTagClassName
{
color: #22190E;
}
</style>
background-color css
<style>
a { background-color: #22190E; }
a { background-color: rgb(34,25,14); }
div.DivClassName
{
background-color: #22190E;
}
.BgClassName
{
background-color: #22190E;
}
</style>
border-color css
<style>
span { border-color: #22190E; }
span { border-color: rgb(34,25,14); }
td.TdClassName
{
border-color: #22190E;
}
.TagClassName
{
border-color: #22190E;
}
</style>