Shades of Cocoa Brown #22190B
Tints of Cocoa Brown #22190B
RGB
CMYK
RGB Variations
Color information
#22190B (or 0x22190B) is known color: Cocoa Brown. HEX triplet: 22, 19 and 0B. RGB value is (34,25,11). Sum of RGB (Red+Green+Blue) = 34+25+11=70 (9% of max value = 765). Red value is 34 (13.67% from 255 or 48.57% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 34 - color contains mainly: red. Hex color #22190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #22190B is #DDE6F4. Grayscale: #1A1A1A. Windows color (decimal): -14542581 or 727330. OLE color: 727330.
HSL color Cylindrical-coordinate representation of color #22190B: hue angle of 36.52º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #22190B is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 25 | 11 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.87 |
| HSL | 36.52º | 0.51% | 0.09% | - |
| HSV(B) | 36.52º | 0.68% | 0.13% | - |
| XYZ | 1.07 | 1.06 | 0.46 | - |
| YUV | 26.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 25 | 11 | 0 | 0.26 | 0.68 | 0.87 | 36.52 | 0.51 | 0.09 |
| Hex | 22 | 19 | B | 0 | 1A | 44 | 57 | 25 | 33 | 9 |
| Octal | 42 | 31 | 13 | 0 | 32 | 104 | 127 | 45 | 63 | 11 |
| Binary | 100010 | 11001 | 1011 | 0 | 11010 | 1000100 | 1010111 | 100101 | 110011 | 1001 |
Color Harmonies of #22190B
Complementary color
Monochromatic Colors of #22190B
Black with #22190B
Text Example
Text Example
White with #22190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22190B; }
p { color: rgb(34,25,11); }
H1.HeaderClassName
{
color: #22190B;
}
.AnyTagClassName
{
color: #22190B;
}
</style>
background-color css
<style>
a { background-color: #22190B; }
a { background-color: rgb(34,25,11); }
div.DivClassName
{
background-color: #22190B;
}
.BgClassName
{
background-color: #22190B;
}
</style>
border-color css
<style>
span { border-color: #22190B; }
span { border-color: rgb(34,25,11); }
td.TdClassName
{
border-color: #22190B;
}
.TagClassName
{
border-color: #22190B;
}
</style>