Shades of Cocoa Brown #322313
Tints of Cocoa Brown #322313
RGB
CMYK
RGB Variations
Color information
#322313 (or 0x322313) is known color: Cocoa Brown. HEX triplet: 32, 23 and 13. RGB value is (50,35,19). Sum of RGB (Red+Green+Blue) = 50+35+19=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 50 - color contains mainly: red. Hex color #322313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322313 is #CDDCEC. Grayscale: #252525. Windows color (decimal): -13491437 or 1254194. OLE color: 1254194.
HSL color Cylindrical-coordinate representation of color #322313: hue angle of 30.97º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #322313 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 35 | 19 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.80 |
| HSL | 30.97º | 0.45% | 0.14% | - |
| HSV(B) | 30.97º | 0.62% | 0.2% | - |
| XYZ | 2.03 | 1.93 | 0.88 | - |
| YUV | 37.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 19 | 0 | 0.30 | 0.62 | 0.80 | 30.97 | 0.45 | 0.14 |
| Hex | 32 | 23 | 13 | 0 | 1E | 3E | 50 | 1F | 2D | E |
| Octal | 62 | 43 | 23 | 0 | 36 | 76 | 120 | 37 | 55 | 16 |
| Binary | 110010 | 100011 | 10011 | 0 | 11110 | 111110 | 1010000 | 11111 | 101101 | 1110 |
Color Harmonies of #322313
Complementary color
Monochromatic Colors of #322313
Black with #322313
Text Example
Text Example
White with #322313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322313; }
p { color: rgb(50,35,19); }
H1.HeaderClassName
{
color: #322313;
}
.AnyTagClassName
{
color: #322313;
}
</style>
background-color css
<style>
a { background-color: #322313; }
a { background-color: rgb(50,35,19); }
div.DivClassName
{
background-color: #322313;
}
.BgClassName
{
background-color: #322313;
}
</style>
border-color css
<style>
span { border-color: #322313; }
span { border-color: rgb(50,35,19); }
td.TdClassName
{
border-color: #322313;
}
.TagClassName
{
border-color: #322313;
}
</style>