Shades of Cocoa Brown #322011
Tints of Cocoa Brown #322011
RGB
CMYK
RGB Variations
Color information
#322011 (or 0x322011) is known color: Cocoa Brown. HEX triplet: 32, 20 and 11. RGB value is (50,32,17). Sum of RGB (Red+Green+Blue) = 50+32+17=99 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50.51% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 50 - color contains mainly: red. Hex color #322011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322011 is #CDDFEE. Grayscale: #232323. Windows color (decimal): -13492207 or 1122354. OLE color: 1122354.
HSL color Cylindrical-coordinate representation of color #322011: hue angle of 27.27º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #322011 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 32 | 17 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.80 |
| HSL | 27.27º | 0.49% | 0.13% | - |
| HSV(B) | 27.27º | 0.66% | 0.2% | - |
| XYZ | 1.93 | 1.75 | 0.77 | - |
| YUV | 35.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 17 | 0 | 0.36 | 0.66 | 0.80 | 27.27 | 0.49 | 0.13 |
| Hex | 32 | 20 | 11 | 0 | 24 | 42 | 50 | 1B | 31 | D |
| Octal | 62 | 40 | 21 | 0 | 44 | 102 | 120 | 33 | 61 | 15 |
| Binary | 110010 | 100000 | 10001 | 0 | 100100 | 1000010 | 1010000 | 11011 | 110001 | 1101 |
Color Harmonies of #322011
Complementary color
Monochromatic Colors of #322011
Black with #322011
Text Example
Text Example
White with #322011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322011; }
p { color: rgb(50,32,17); }
H1.HeaderClassName
{
color: #322011;
}
.AnyTagClassName
{
color: #322011;
}
</style>
background-color css
<style>
a { background-color: #322011; }
a { background-color: rgb(50,32,17); }
div.DivClassName
{
background-color: #322011;
}
.BgClassName
{
background-color: #322011;
}
</style>
border-color css
<style>
span { border-color: #322011; }
span { border-color: rgb(50,32,17); }
td.TdClassName
{
border-color: #322011;
}
.TagClassName
{
border-color: #322011;
}
</style>