Shades of Cocoa Brown #322414
Tints of Cocoa Brown #322414
RGB
CMYK
RGB Variations
Color information
#322414 (or 0x322414) is known color: Cocoa Brown. HEX triplet: 32, 24 and 14. RGB value is (50,36,20). Sum of RGB (Red+Green+Blue) = 50+36+20=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 50 - color contains mainly: red. Hex color #322414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322414 is #CDDBEB. Grayscale: #262626. Windows color (decimal): -13491180 or 1319986. OLE color: 1319986.
HSL color Cylindrical-coordinate representation of color #322414: hue angle of 32º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #322414 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 36 | 20 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.80 |
| HSL | 32º | 0.43% | 0.14% | - |
| HSV(B) | 32º | 0.6% | 0.2% | - |
| XYZ | 2.07 | 1.99 | 0.94 | - |
| YUV | 38.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 20 | 0 | 0.28 | 0.60 | 0.80 | 32 | 0.43 | 0.14 |
| Hex | 32 | 24 | 14 | 0 | 1C | 3C | 50 | 20 | 2B | E |
| Octal | 62 | 44 | 24 | 0 | 34 | 74 | 120 | 40 | 53 | 16 |
| Binary | 110010 | 100100 | 10100 | 0 | 11100 | 111100 | 1010000 | 100000 | 101011 | 1110 |
Color Harmonies of #322414
Complementary color
Monochromatic Colors of #322414
Black with #322414
Text Example
Text Example
White with #322414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322414; }
p { color: rgb(50,36,20); }
H1.HeaderClassName
{
color: #322414;
}
.AnyTagClassName
{
color: #322414;
}
</style>
background-color css
<style>
a { background-color: #322414; }
a { background-color: rgb(50,36,20); }
div.DivClassName
{
background-color: #322414;
}
.BgClassName
{
background-color: #322414;
}
</style>
border-color css
<style>
span { border-color: #322414; }
span { border-color: rgb(50,36,20); }
td.TdClassName
{
border-color: #322414;
}
.TagClassName
{
border-color: #322414;
}
</style>