Shades of Cocoa Brown #341E00
Tints of Cocoa Brown #341E00
RGB
CMYK
RGB Variations
Color information
#341E00 (or 0x341E00) is known color: Cocoa Brown. HEX triplet: 34, 1E and 00. RGB value is (52,30,0). Sum of RGB (Red+Green+Blue) = 52+30+0=82 (10% of max value = 765). Red value is 52 (20.70% from 255 or 63.41% from 82); Green value is 30 (12.11% from 255 or 36.59% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 52 - color contains mainly: red. Hex color #341E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341E00 is #CBE1FF. Grayscale: #212121. Windows color (decimal): -13361664 or 7732. OLE color: 7732.
HSL color Cylindrical-coordinate representation of color #341E00: hue angle of 34.62º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #341E00 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 30 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.80 |
| HSL | 34.62º | 1% | 0.1% | - |
| HSV(B) | 34.62º | 1% | 0.2% | - |
| XYZ | 1.88 | 1.66 | 0.22 | - |
| YUV | 33.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 0 | 0 | 0.42 | 1 | 0.80 | 34.62 | 1 | 0.1 |
| Hex | 34 | 1E | 0 | 0 | 2A | 64 | 50 | 23 | 64 | A |
| Octal | 64 | 36 | 0 | 0 | 52 | 144 | 120 | 43 | 144 | 12 |
| Binary | 110100 | 11110 | 0 | 0 | 101010 | 1100100 | 1010000 | 100011 | 1100100 | 1010 |
Color Harmonies of #341E00
Complementary color
Monochromatic Colors of #341E00
Black with #341E00
Text Example
Text Example
White with #341E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341E00; }
p { color: rgb(52,30,0); }
H1.HeaderClassName
{
color: #341E00;
}
.AnyTagClassName
{
color: #341E00;
}
</style>
background-color css
<style>
a { background-color: #341E00; }
a { background-color: rgb(52,30,0); }
div.DivClassName
{
background-color: #341E00;
}
.BgClassName
{
background-color: #341E00;
}
</style>
border-color css
<style>
span { border-color: #341E00; }
span { border-color: rgb(52,30,0); }
td.TdClassName
{
border-color: #341E00;
}
.TagClassName
{
border-color: #341E00;
}
</style>