Shades of Cocoa Brown #341E04
Tints of Cocoa Brown #341E04
RGB
CMYK
RGB Variations
Color information
#341E04 (or 0x341E04) is known color: Cocoa Brown. HEX triplet: 34, 1E and 04. RGB value is (52,30,4). Sum of RGB (Red+Green+Blue) = 52+30+4=86 (11% of max value = 765). Red value is 52 (20.70% from 255 or 60.47% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 4 (1.95% from 255 or 4.65% from 86); Max value from RGB is 52 - color contains mainly: red. Hex color #341E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341E04 is #CBE1FB. Grayscale: #212121. Windows color (decimal): -13361660 or 269876. OLE color: 269876.
HSL color Cylindrical-coordinate representation of color #341E04: hue angle of 32.5º degrees, saturation: 0.86, 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 #341E04 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 30 | 4 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.80 |
| HSL | 32.5º | 0.86% | 0.11% | - |
| HSV(B) | 32.5º | 0.92% | 0.2% | - |
| XYZ | 1.9 | 1.67 | 0.34 | - |
| YUV | 33.61 | 111.29 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 4 | 0 | 0.42 | 0.92 | 0.80 | 32.5 | 0.86 | 0.11 |
| Hex | 34 | 1E | 4 | 0 | 2A | 5C | 50 | 20 | 56 | B |
| Octal | 64 | 36 | 4 | 0 | 52 | 134 | 120 | 40 | 126 | 13 |
| Binary | 110100 | 11110 | 100 | 0 | 101010 | 1011100 | 1010000 | 100000 | 1010110 | 1011 |
Color Harmonies of #341E04
Complementary color
Monochromatic Colors of #341E04
Black with #341E04
Text Example
Text Example
White with #341E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341E04; }
p { color: rgb(52,30,4); }
H1.HeaderClassName
{
color: #341E04;
}
.AnyTagClassName
{
color: #341E04;
}
</style>
background-color css
<style>
a { background-color: #341E04; }
a { background-color: rgb(52,30,4); }
div.DivClassName
{
background-color: #341E04;
}
.BgClassName
{
background-color: #341E04;
}
</style>
border-color css
<style>
span { border-color: #341E04; }
span { border-color: rgb(52,30,4); }
td.TdClassName
{
border-color: #341E04;
}
.TagClassName
{
border-color: #341E04;
}
</style>