Shades of Cocoa Brown #32220D
Tints of Cocoa Brown #32220D
RGB
CMYK
RGB Variations
Color information
#32220D (or 0x32220D) is known color: Cocoa Brown. HEX triplet: 32, 22 and 0D. RGB value is (50,34,13). Sum of RGB (Red+Green+Blue) = 50+34+13=97 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.55% from 97); Green value is 34 (13.67% from 255 or 35.05% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 50 - color contains mainly: red. Hex color #32220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32220D is #CDDDF2. Grayscale: #242424. Windows color (decimal): -13491699 or 860722. OLE color: 860722.
HSL color Cylindrical-coordinate representation of color #32220D: hue angle of 34.05º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32220D is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 34 | 13 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.80 |
| HSL | 34.05º | 0.59% | 0.12% | - |
| HSV(B) | 34.05º | 0.74% | 0.2% | - |
| XYZ | 1.96 | 1.85 | 0.63 | - |
| YUV | 36.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 13 | 0 | 0.32 | 0.74 | 0.80 | 34.05 | 0.59 | 0.12 |
| Hex | 32 | 22 | D | 0 | 20 | 4A | 50 | 22 | 3B | C |
| Octal | 62 | 42 | 15 | 0 | 40 | 112 | 120 | 42 | 73 | 14 |
| Binary | 110010 | 100010 | 1101 | 0 | 100000 | 1001010 | 1010000 | 100010 | 111011 | 1100 |
Color Harmonies of #32220D
Complementary color
Monochromatic Colors of #32220D
Black with #32220D
Text Example
Text Example
White with #32220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32220D; }
p { color: rgb(50,34,13); }
H1.HeaderClassName
{
color: #32220D;
}
.AnyTagClassName
{
color: #32220D;
}
</style>
background-color css
<style>
a { background-color: #32220D; }
a { background-color: rgb(50,34,13); }
div.DivClassName
{
background-color: #32220D;
}
.BgClassName
{
background-color: #32220D;
}
</style>
border-color css
<style>
span { border-color: #32220D; }
span { border-color: rgb(50,34,13); }
td.TdClassName
{
border-color: #32220D;
}
.TagClassName
{
border-color: #32220D;
}
</style>