Shades of Cocoa Brown #322117
Tints of Cocoa Brown #322117
RGB
CMYK
RGB Variations
Color information
#322117 (or 0x322117) is known color: Cocoa Brown. HEX triplet: 32, 21 and 17. RGB value is (50,33,23). Sum of RGB (Red+Green+Blue) = 50+33+23=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 50 - color contains mainly: red. Hex color #322117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322117 is #CDDEE8. Grayscale: #252525. Windows color (decimal): -13491945 or 1515826. OLE color: 1515826.
HSL color Cylindrical-coordinate representation of color #322117: hue angle of 22.22º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #322117 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 33 | 23 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.80 |
| HSL | 22.22º | 0.37% | 0.14% | - |
| HSV(B) | 22.22º | 0.54% | 0.2% | - |
| XYZ | 2.01 | 1.83 | 1.06 | - |
| YUV | 36.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 33 | 23 | 0 | 0.34 | 0.54 | 0.80 | 22.22 | 0.37 | 0.14 |
| Hex | 32 | 21 | 17 | 0 | 22 | 36 | 50 | 16 | 25 | E |
| Octal | 62 | 41 | 27 | 0 | 42 | 66 | 120 | 26 | 45 | 16 |
| Binary | 110010 | 100001 | 10111 | 0 | 100010 | 110110 | 1010000 | 10110 | 100101 | 1110 |
Color Harmonies of #322117
Complementary color
Monochromatic Colors of #322117
Black with #322117
Text Example
Text Example
White with #322117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322117; }
p { color: rgb(50,33,23); }
H1.HeaderClassName
{
color: #322117;
}
.AnyTagClassName
{
color: #322117;
}
</style>
background-color css
<style>
a { background-color: #322117; }
a { background-color: rgb(50,33,23); }
div.DivClassName
{
background-color: #322117;
}
.BgClassName
{
background-color: #322117;
}
</style>
border-color css
<style>
span { border-color: #322117; }
span { border-color: rgb(50,33,23); }
td.TdClassName
{
border-color: #322117;
}
.TagClassName
{
border-color: #322117;
}
</style>