Shades of Cocoa Brown #32220F
Tints of Cocoa Brown #32220F
RGB
CMYK
RGB Variations
Color information
#32220F (or 0x32220F) is known color: Cocoa Brown. HEX triplet: 32, 22 and 0F. RGB value is (50,34,15). Sum of RGB (Red+Green+Blue) = 50+34+15=99 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50.51% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 50 - color contains mainly: red. Hex color #32220F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32220F is #CDDDF0. Grayscale: #242424. Windows color (decimal): -13491697 or 991794. OLE color: 991794.
HSL color Cylindrical-coordinate representation of color #32220F: hue angle of 32.57º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32220F is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 34 | 15 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.80 |
| HSL | 32.57º | 0.54% | 0.13% | - |
| HSV(B) | 32.57º | 0.7% | 0.2% | - |
| XYZ | 1.97 | 1.86 | 0.71 | - |
| YUV | 36.62 | 115.8 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 15 | 0 | 0.32 | 0.70 | 0.80 | 32.57 | 0.54 | 0.13 |
| Hex | 32 | 22 | F | 0 | 20 | 46 | 50 | 21 | 36 | D |
| Octal | 62 | 42 | 17 | 0 | 40 | 106 | 120 | 41 | 66 | 15 |
| Binary | 110010 | 100010 | 1111 | 0 | 100000 | 1000110 | 1010000 | 100001 | 110110 | 1101 |
Color Harmonies of #32220F
Complementary color
Monochromatic Colors of #32220F
Black with #32220F
Text Example
Text Example
White with #32220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32220F; }
p { color: rgb(50,34,15); }
H1.HeaderClassName
{
color: #32220F;
}
.AnyTagClassName
{
color: #32220F;
}
</style>
background-color css
<style>
a { background-color: #32220F; }
a { background-color: rgb(50,34,15); }
div.DivClassName
{
background-color: #32220F;
}
.BgClassName
{
background-color: #32220F;
}
</style>
border-color css
<style>
span { border-color: #32220F; }
span { border-color: rgb(50,34,15); }
td.TdClassName
{
border-color: #32220F;
}
.TagClassName
{
border-color: #32220F;
}
</style>