Shades of Cocoa Brown #321E11
Tints of Cocoa Brown #321E11
RGB
CMYK
RGB Variations
Color information
#321E11 (or 0x321E11) is known color: Cocoa Brown. HEX triplet: 32, 1E and 11. RGB value is (50,30,17). Sum of RGB (Red+Green+Blue) = 50+30+17=97 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.55% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 50 - color contains mainly: red. Hex color #321E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321E11 is #CDE1EE. Grayscale: #222222. Windows color (decimal): -13492719 or 1121842. OLE color: 1121842.
HSL color Cylindrical-coordinate representation of color #321E11: hue angle of 23.64º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321E11 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 30 | 17 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.80 |
| HSL | 23.64º | 0.49% | 0.13% | - |
| HSV(B) | 23.64º | 0.66% | 0.2% | - |
| XYZ | 1.88 | 1.65 | 0.75 | - |
| YUV | 34.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 17 | 0 | 0.40 | 0.66 | 0.80 | 23.64 | 0.49 | 0.13 |
| Hex | 32 | 1E | 11 | 0 | 28 | 42 | 50 | 18 | 31 | D |
| Octal | 62 | 36 | 21 | 0 | 50 | 102 | 120 | 30 | 61 | 15 |
| Binary | 110010 | 11110 | 10001 | 0 | 101000 | 1000010 | 1010000 | 11000 | 110001 | 1101 |
Color Harmonies of #321E11
Complementary color
Monochromatic Colors of #321E11
Black with #321E11
Text Example
Text Example
White with #321E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E11; }
p { color: rgb(50,30,17); }
H1.HeaderClassName
{
color: #321E11;
}
.AnyTagClassName
{
color: #321E11;
}
</style>
background-color css
<style>
a { background-color: #321E11; }
a { background-color: rgb(50,30,17); }
div.DivClassName
{
background-color: #321E11;
}
.BgClassName
{
background-color: #321E11;
}
</style>
border-color css
<style>
span { border-color: #321E11; }
span { border-color: rgb(50,30,17); }
td.TdClassName
{
border-color: #321E11;
}
.TagClassName
{
border-color: #321E11;
}
</style>