Shades of Cocoa Brown #322922
Tints of Cocoa Brown #322922
RGB
CMYK
RGB Variations
Color information
#322922 (or 0x322922) is known color: Cocoa Brown. HEX triplet: 32, 29 and 22. RGB value is (50,41,34). Sum of RGB (Red+Green+Blue) = 50+41+34=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 50 - color contains mainly: red. Hex color #322922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322922 is #CDD6DD. Grayscale: #2A2A2A. Windows color (decimal): -13489886 or 2238770. OLE color: 2238770.
HSL color Cylindrical-coordinate representation of color #322922: hue angle of 26.25º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #322922 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 41 | 34 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.80 |
| HSL | 26.25º | 0.19% | 0.16% | - |
| HSV(B) | 26.25º | 0.32% | 0.2% | - |
| XYZ | 2.4 | 2.38 | 1.85 | - |
| YUV | 42.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 34 | 0 | 0.18 | 0.32 | 0.80 | 26.25 | 0.19 | 0.16 |
| Hex | 32 | 29 | 22 | 0 | 12 | 20 | 50 | 1A | 13 | 10 |
| Octal | 62 | 51 | 42 | 0 | 22 | 40 | 120 | 32 | 23 | 20 |
| Binary | 110010 | 101001 | 100010 | 0 | 10010 | 100000 | 1010000 | 11010 | 10011 | 10000 |
Color Harmonies of #322922
Complementary color
Monochromatic Colors of #322922
Black with #322922
Text Example
Text Example
White with #322922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322922; }
p { color: rgb(50,41,34); }
H1.HeaderClassName
{
color: #322922;
}
.AnyTagClassName
{
color: #322922;
}
</style>
background-color css
<style>
a { background-color: #322922; }
a { background-color: rgb(50,41,34); }
div.DivClassName
{
background-color: #322922;
}
.BgClassName
{
background-color: #322922;
}
</style>
border-color css
<style>
span { border-color: #322922; }
span { border-color: rgb(50,41,34); }
td.TdClassName
{
border-color: #322922;
}
.TagClassName
{
border-color: #322922;
}
</style>