Shades of Cocoa Brown #321E0F
Tints of Cocoa Brown #321E0F
RGB
CMYK
RGB Variations
Color information
#321E0F (or 0x321E0F) is known color: Cocoa Brown. HEX triplet: 32, 1E and 0F. RGB value is (50,30,15). Sum of RGB (Red+Green+Blue) = 50+30+15=95 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.63% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 50 - color contains mainly: red. Hex color #321E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321E0F is #CDE1F0. Grayscale: #222222. Windows color (decimal): -13492721 or 990770. OLE color: 990770.
HSL color Cylindrical-coordinate representation of color #321E0F: hue angle of 25.71º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #321E0F is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 30 | 15 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.80 |
| HSL | 25.71º | 0.54% | 0.13% | - |
| HSV(B) | 25.71º | 0.7% | 0.2% | - |
| XYZ | 1.87 | 1.64 | 0.67 | - |
| YUV | 34.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 15 | 0 | 0.40 | 0.70 | 0.80 | 25.71 | 0.54 | 0.13 |
| Hex | 32 | 1E | F | 0 | 28 | 46 | 50 | 1A | 36 | D |
| Octal | 62 | 36 | 17 | 0 | 50 | 106 | 120 | 32 | 66 | 15 |
| Binary | 110010 | 11110 | 1111 | 0 | 101000 | 1000110 | 1010000 | 11010 | 110110 | 1101 |
Color Harmonies of #321E0F
Complementary color
Monochromatic Colors of #321E0F
Black with #321E0F
Text Example
Text Example
White with #321E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E0F; }
p { color: rgb(50,30,15); }
H1.HeaderClassName
{
color: #321E0F;
}
.AnyTagClassName
{
color: #321E0F;
}
</style>
background-color css
<style>
a { background-color: #321E0F; }
a { background-color: rgb(50,30,15); }
div.DivClassName
{
background-color: #321E0F;
}
.BgClassName
{
background-color: #321E0F;
}
</style>
border-color css
<style>
span { border-color: #321E0F; }
span { border-color: rgb(50,30,15); }
td.TdClassName
{
border-color: #321E0F;
}
.TagClassName
{
border-color: #321E0F;
}
</style>