Shades of Cocoa Brown #322A22
Tints of Cocoa Brown #322A22
RGB
CMYK
RGB Variations
Color information
#322A22 (or 0x322A22) is known color: Cocoa Brown. HEX triplet: 32, 2A and 22. RGB value is (50,42,34). Sum of RGB (Red+Green+Blue) = 50+42+34=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 50 - color contains mainly: red. Hex color #322A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322A22 is #CDD5DD. Grayscale: #2B2B2B. Windows color (decimal): -13489630 or 2239026. OLE color: 2239026.
HSL color Cylindrical-coordinate representation of color #322A22: hue angle of 30º 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 #322A22 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 42 | 34 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.80 |
| HSL | 30º | 0.19% | 0.16% | - |
| HSV(B) | 30º | 0.32% | 0.2% | - |
| XYZ | 2.43 | 2.45 | 1.86 | - |
| YUV | 43.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 34 | 0 | 0.16 | 0.32 | 0.80 | 30 | 0.19 | 0.16 |
| Hex | 32 | 2A | 22 | 0 | 10 | 20 | 50 | 1E | 13 | 10 |
| Octal | 62 | 52 | 42 | 0 | 20 | 40 | 120 | 36 | 23 | 20 |
| Binary | 110010 | 101010 | 100010 | 0 | 10000 | 100000 | 1010000 | 11110 | 10011 | 10000 |
Color Harmonies of #322A22
Complementary color
Monochromatic Colors of #322A22
Black with #322A22
Text Example
Text Example
White with #322A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A22; }
p { color: rgb(50,42,34); }
H1.HeaderClassName
{
color: #322A22;
}
.AnyTagClassName
{
color: #322A22;
}
</style>
background-color css
<style>
a { background-color: #322A22; }
a { background-color: rgb(50,42,34); }
div.DivClassName
{
background-color: #322A22;
}
.BgClassName
{
background-color: #322A22;
}
</style>
border-color css
<style>
span { border-color: #322A22; }
span { border-color: rgb(50,42,34); }
td.TdClassName
{
border-color: #322A22;
}
.TagClassName
{
border-color: #322A22;
}
</style>