Shades of Cocoa Brown #221305
Tints of Cocoa Brown #221305
RGB
CMYK
RGB Variations
Color information
#221305 (or 0x221305) is known color: Cocoa Brown. HEX triplet: 22, 13 and 05. RGB value is (34,19,5). Sum of RGB (Red+Green+Blue) = 34+19+5=58 (7% of max value = 765). Red value is 34 (13.67% from 255 or 58.62% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 5 (2.34% from 255 or 8.62% from 58); Max value from RGB is 34 - color contains mainly: red. Hex color #221305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221305 is #DDECFA. Grayscale: #151515. Windows color (decimal): -14544123 or 332578. OLE color: 332578.
HSL color Cylindrical-coordinate representation of color #221305: hue angle of 28.97º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #221305 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 19 | 5 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.87 |
| HSL | 28.97º | 0.74% | 0.08% | - |
| HSV(B) | 28.97º | 0.85% | 0.13% | - |
| XYZ | 0.92 | 0.82 | 0.25 | - |
| YUV | 21.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 19 | 5 | 0 | 0.44 | 0.85 | 0.87 | 28.97 | 0.74 | 0.08 |
| Hex | 22 | 13 | 5 | 0 | 2C | 55 | 57 | 1D | 4A | 8 |
| Octal | 42 | 23 | 5 | 0 | 54 | 125 | 127 | 35 | 112 | 10 |
| Binary | 100010 | 10011 | 101 | 0 | 101100 | 1010101 | 1010111 | 11101 | 1001010 | 1000 |
Color Harmonies of #221305
Complementary color
Monochromatic Colors of #221305
Black with #221305
Text Example
Text Example
White with #221305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221305; }
p { color: rgb(34,19,5); }
H1.HeaderClassName
{
color: #221305;
}
.AnyTagClassName
{
color: #221305;
}
</style>
background-color css
<style>
a { background-color: #221305; }
a { background-color: rgb(34,19,5); }
div.DivClassName
{
background-color: #221305;
}
.BgClassName
{
background-color: #221305;
}
</style>
border-color css
<style>
span { border-color: #221305; }
span { border-color: rgb(34,19,5); }
td.TdClassName
{
border-color: #221305;
}
.TagClassName
{
border-color: #221305;
}
</style>