Shades of Cocoa Brown #32200D
Tints of Cocoa Brown #32200D
RGB
CMYK
RGB Variations
Color information
#32200D (or 0x32200D) is known color: Cocoa Brown. HEX triplet: 32, 20 and 0D. RGB value is (50,32,13). Sum of RGB (Red+Green+Blue) = 50+32+13=95 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.63% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 50 - color contains mainly: red. Hex color #32200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32200D is #CDDFF2. Grayscale: #232323. Windows color (decimal): -13492211 or 860210. OLE color: 860210.
HSL color Cylindrical-coordinate representation of color #32200D: hue angle of 30.81º 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 #32200D is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 32 | 13 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.80 |
| HSL | 30.81º | 0.59% | 0.12% | - |
| HSV(B) | 30.81º | 0.74% | 0.2% | - |
| XYZ | 1.9 | 1.74 | 0.62 | - |
| YUV | 35.22 | 115.46 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 13 | 0 | 0.36 | 0.74 | 0.80 | 30.81 | 0.59 | 0.12 |
| Hex | 32 | 20 | D | 0 | 24 | 4A | 50 | 1F | 3B | C |
| Octal | 62 | 40 | 15 | 0 | 44 | 112 | 120 | 37 | 73 | 14 |
| Binary | 110010 | 100000 | 1101 | 0 | 100100 | 1001010 | 1010000 | 11111 | 111011 | 1100 |
Color Harmonies of #32200D
Complementary color
Monochromatic Colors of #32200D
Black with #32200D
Text Example
Text Example
White with #32200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32200D; }
p { color: rgb(50,32,13); }
H1.HeaderClassName
{
color: #32200D;
}
.AnyTagClassName
{
color: #32200D;
}
</style>
background-color css
<style>
a { background-color: #32200D; }
a { background-color: rgb(50,32,13); }
div.DivClassName
{
background-color: #32200D;
}
.BgClassName
{
background-color: #32200D;
}
</style>
border-color css
<style>
span { border-color: #32200D; }
span { border-color: rgb(50,32,13); }
td.TdClassName
{
border-color: #32200D;
}
.TagClassName
{
border-color: #32200D;
}
</style>