Shades of Cocoa Brown #221200
Tints of Cocoa Brown #221200
RGB
CMYK
RGB Variations
Color information
#221200 (or 0x221200) is known color: Cocoa Brown. HEX triplet: 22, 12 and 00. RGB value is (34,18,0). Sum of RGB (Red+Green+Blue) = 34+18+0=52 (6% of max value = 765). Red value is 34 (13.67% from 255 or 65.38% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 0 (0.39% from 255 or 0% from 52); Max value from RGB is 34 - color contains mainly: red. Hex color #221200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221200 is #DDEDFF. Grayscale: #141414. Windows color (decimal): -14544384 or 4642. OLE color: 4642.
HSL color Cylindrical-coordinate representation of color #221200: hue angle of 31.76º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #221200 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 18 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.87 |
| HSL | 31.76º | 1% | 0.07% | - |
| HSV(B) | 31.76º | 1% | 0.13% | - |
| XYZ | 0.88 | 0.77 | 0.1 | - |
| YUV | 20.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 18 | 0 | 0 | 0.47 | 1 | 0.87 | 31.76 | 1 | 0.07 |
| Hex | 22 | 12 | 0 | 0 | 2F | 64 | 57 | 20 | 64 | 7 |
| Octal | 42 | 22 | 0 | 0 | 57 | 144 | 127 | 40 | 144 | 7 |
| Binary | 100010 | 10010 | 0 | 0 | 101111 | 1100100 | 1010111 | 100000 | 1100100 | 111 |
Color Harmonies of #221200
Complementary color
Monochromatic Colors of #221200
Black with #221200
Text Example
Text Example
White with #221200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221200; }
p { color: rgb(34,18,0); }
H1.HeaderClassName
{
color: #221200;
}
.AnyTagClassName
{
color: #221200;
}
</style>
background-color css
<style>
a { background-color: #221200; }
a { background-color: rgb(34,18,0); }
div.DivClassName
{
background-color: #221200;
}
.BgClassName
{
background-color: #221200;
}
</style>
border-color css
<style>
span { border-color: #221200; }
span { border-color: rgb(34,18,0); }
td.TdClassName
{
border-color: #221200;
}
.TagClassName
{
border-color: #221200;
}
</style>