Shades of Cocoa Brown #322821
Tints of Cocoa Brown #322821
RGB
CMYK
RGB Variations
Color information
#322821 (or 0x322821) is known color: Cocoa Brown. HEX triplet: 32, 28 and 21. RGB value is (50,40,33). Sum of RGB (Red+Green+Blue) = 50+40+33=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 50 - color contains mainly: red. Hex color #322821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322821 is #CDD7DE. Grayscale: #2A2A2A. Windows color (decimal): -13490143 or 2172978. OLE color: 2172978.
HSL color Cylindrical-coordinate representation of color #322821: hue angle of 24.71º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #322821 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 40 | 33 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.80 |
| HSL | 24.71º | 0.2% | 0.16% | - |
| HSV(B) | 24.71º | 0.34% | 0.2% | - |
| XYZ | 2.35 | 2.31 | 1.76 | - |
| YUV | 42.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 33 | 0 | 0.20 | 0.34 | 0.80 | 24.71 | 0.2 | 0.16 |
| Hex | 32 | 28 | 21 | 0 | 14 | 22 | 50 | 19 | 14 | 10 |
| Octal | 62 | 50 | 41 | 0 | 24 | 42 | 120 | 31 | 24 | 20 |
| Binary | 110010 | 101000 | 100001 | 0 | 10100 | 100010 | 1010000 | 11001 | 10100 | 10000 |
Color Harmonies of #322821
Complementary color
Monochromatic Colors of #322821
Black with #322821
Text Example
Text Example
White with #322821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322821; }
p { color: rgb(50,40,33); }
H1.HeaderClassName
{
color: #322821;
}
.AnyTagClassName
{
color: #322821;
}
</style>
background-color css
<style>
a { background-color: #322821; }
a { background-color: rgb(50,40,33); }
div.DivClassName
{
background-color: #322821;
}
.BgClassName
{
background-color: #322821;
}
</style>
border-color css
<style>
span { border-color: #322821; }
span { border-color: rgb(50,40,33); }
td.TdClassName
{
border-color: #322821;
}
.TagClassName
{
border-color: #322821;
}
</style>