Shades of Cocoa Brown #321E10
Tints of Cocoa Brown #321E10
RGB
CMYK
RGB Variations
Color information
#321E10 (or 0x321E10) is known color: Cocoa Brown. HEX triplet: 32, 1E and 10. RGB value is (50,30,16). Sum of RGB (Red+Green+Blue) = 50+30+16=96 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.08% from 96); Green value is 30 (12.11% from 255 or 31.25% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 50 - color contains mainly: red. Hex color #321E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321E10 is #CDE1EF. Grayscale: #222222. Windows color (decimal): -13492720 or 1056306. OLE color: 1056306.
HSL color Cylindrical-coordinate representation of color #321E10: hue angle of 24.71º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #321E10 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 30 | 16 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.80 |
| HSL | 24.71º | 0.52% | 0.13% | - |
| HSV(B) | 24.71º | 0.68% | 0.2% | - |
| XYZ | 1.87 | 1.64 | 0.71 | - |
| YUV | 34.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 16 | 0 | 0.40 | 0.68 | 0.80 | 24.71 | 0.52 | 0.13 |
| Hex | 32 | 1E | 10 | 0 | 28 | 44 | 50 | 19 | 34 | D |
| Octal | 62 | 36 | 20 | 0 | 50 | 104 | 120 | 31 | 64 | 15 |
| Binary | 110010 | 11110 | 10000 | 0 | 101000 | 1000100 | 1010000 | 11001 | 110100 | 1101 |
Color Harmonies of #321E10
Complementary color
Monochromatic Colors of #321E10
Black with #321E10
Text Example
Text Example
White with #321E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E10; }
p { color: rgb(50,30,16); }
H1.HeaderClassName
{
color: #321E10;
}
.AnyTagClassName
{
color: #321E10;
}
</style>
background-color css
<style>
a { background-color: #321E10; }
a { background-color: rgb(50,30,16); }
div.DivClassName
{
background-color: #321E10;
}
.BgClassName
{
background-color: #321E10;
}
</style>
border-color css
<style>
span { border-color: #321E10; }
span { border-color: rgb(50,30,16); }
td.TdClassName
{
border-color: #321E10;
}
.TagClassName
{
border-color: #321E10;
}
</style>