Shades of Cocoa Brown #220F00
Tints of Cocoa Brown #220F00
RGB
CMYK
RGB Variations
Color information
#220F00 (or 0x220F00) is known color: Cocoa Brown. HEX triplet: 22, 0F and 00. RGB value is (34,15,0). Sum of RGB (Red+Green+Blue) = 34+15+0=49 (6% of max value = 765). Red value is 34 (13.67% from 255 or 69.39% from 49); Green value is 15 (6.25% from 255 or 30.61% from 49); Blue value is 0 (0.39% from 255 or 0% from 49); Max value from RGB is 34 - color contains mainly: red. Hex color #220F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220F00 is #DDF0FF. Grayscale: #131313. Windows color (decimal): -14545152 or 3874. OLE color: 3874.
HSL color Cylindrical-coordinate representation of color #220F00: hue angle of 26.47º 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 #220F00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 15 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.87 |
| HSL | 26.47º | 1% | 0.07% | - |
| HSV(B) | 26.47º | 1% | 0.13% | - |
| XYZ | 0.83 | 0.68 | 0.09 | - |
| YUV | 18.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 15 | 0 | 0 | 0.56 | 1 | 0.87 | 26.47 | 1 | 0.07 |
| Hex | 22 | F | 0 | 0 | 38 | 64 | 57 | 1A | 64 | 7 |
| Octal | 42 | 17 | 0 | 0 | 70 | 144 | 127 | 32 | 144 | 7 |
| Binary | 100010 | 1111 | 0 | 0 | 111000 | 1100100 | 1010111 | 11010 | 1100100 | 111 |
Color Harmonies of #220F00
Complementary color
Monochromatic Colors of #220F00
Black with #220F00
Text Example
Text Example
White with #220F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220F00; }
p { color: rgb(34,15,0); }
H1.HeaderClassName
{
color: #220F00;
}
.AnyTagClassName
{
color: #220F00;
}
</style>
background-color css
<style>
a { background-color: #220F00; }
a { background-color: rgb(34,15,0); }
div.DivClassName
{
background-color: #220F00;
}
.BgClassName
{
background-color: #220F00;
}
</style>
border-color css
<style>
span { border-color: #220F00; }
span { border-color: rgb(34,15,0); }
td.TdClassName
{
border-color: #220F00;
}
.TagClassName
{
border-color: #220F00;
}
</style>