Shades of Cocoa Brown #321E04
Tints of Cocoa Brown #321E04
RGB
CMYK
RGB Variations
Color information
#321E04 (or 0x321E04) is known color: Cocoa Brown. HEX triplet: 32, 1E and 04. RGB value is (50,30,4). Sum of RGB (Red+Green+Blue) = 50+30+4=84 (11% of max value = 765). Red value is 50 (19.92% from 255 or 59.52% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 50 - color contains mainly: red. Hex color #321E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321E04 is #CDE1FB. Grayscale: #212121. Windows color (decimal): -13492732 or 269874. OLE color: 269874.
HSL color Cylindrical-coordinate representation of color #321E04: hue angle of 33.91º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #321E04 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 30 | 4 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.80 |
| HSL | 33.91º | 0.85% | 0.11% | - |
| HSV(B) | 33.91º | 0.92% | 0.2% | - |
| XYZ | 1.8 | 1.62 | 0.33 | - |
| YUV | 33.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 4 | 0 | 0.40 | 0.92 | 0.80 | 33.91 | 0.85 | 0.11 |
| Hex | 32 | 1E | 4 | 0 | 28 | 5C | 50 | 22 | 55 | B |
| Octal | 62 | 36 | 4 | 0 | 50 | 134 | 120 | 42 | 125 | 13 |
| Binary | 110010 | 11110 | 100 | 0 | 101000 | 1011100 | 1010000 | 100010 | 1010101 | 1011 |
Color Harmonies of #321E04
Complementary color
Monochromatic Colors of #321E04
Black with #321E04
Text Example
Text Example
White with #321E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E04; }
p { color: rgb(50,30,4); }
H1.HeaderClassName
{
color: #321E04;
}
.AnyTagClassName
{
color: #321E04;
}
</style>
background-color css
<style>
a { background-color: #321E04; }
a { background-color: rgb(50,30,4); }
div.DivClassName
{
background-color: #321E04;
}
.BgClassName
{
background-color: #321E04;
}
</style>
border-color css
<style>
span { border-color: #321E04; }
span { border-color: rgb(50,30,4); }
td.TdClassName
{
border-color: #321E04;
}
.TagClassName
{
border-color: #321E04;
}
</style>