Shades of Cocoa Brown #322314
Tints of Cocoa Brown #322314
RGB
CMYK
RGB Variations
Color information
#322314 (or 0x322314) is known color: Cocoa Brown. HEX triplet: 32, 23 and 14. RGB value is (50,35,20). Sum of RGB (Red+Green+Blue) = 50+35+20=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 50 - color contains mainly: red. Hex color #322314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322314 is #CDDCEB. Grayscale: #252525. Windows color (decimal): -13491436 or 1319730. OLE color: 1319730.
HSL color Cylindrical-coordinate representation of color #322314: hue angle of 30º 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 #322314 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 35 | 20 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.80 |
| HSL | 30º | 0.43% | 0.14% | - |
| HSV(B) | 30º | 0.6% | 0.2% | - |
| XYZ | 2.04 | 1.93 | 0.93 | - |
| YUV | 37.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 20 | 0 | 0.30 | 0.60 | 0.80 | 30 | 0.43 | 0.14 |
| Hex | 32 | 23 | 14 | 0 | 1E | 3C | 50 | 1E | 2B | E |
| Octal | 62 | 43 | 24 | 0 | 36 | 74 | 120 | 36 | 53 | 16 |
| Binary | 110010 | 100011 | 10100 | 0 | 11110 | 111100 | 1010000 | 11110 | 101011 | 1110 |
Color Harmonies of #322314
Complementary color
Monochromatic Colors of #322314
Black with #322314
Text Example
Text Example
White with #322314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322314; }
p { color: rgb(50,35,20); }
H1.HeaderClassName
{
color: #322314;
}
.AnyTagClassName
{
color: #322314;
}
</style>
background-color css
<style>
a { background-color: #322314; }
a { background-color: rgb(50,35,20); }
div.DivClassName
{
background-color: #322314;
}
.BgClassName
{
background-color: #322314;
}
</style>
border-color css
<style>
span { border-color: #322314; }
span { border-color: rgb(50,35,20); }
td.TdClassName
{
border-color: #322314;
}
.TagClassName
{
border-color: #322314;
}
</style>