Shades of Cocoa Brown #341E0D
Tints of Cocoa Brown #341E0D
RGB
CMYK
RGB Variations
Color information
#341E0D (or 0x341E0D) is known color: Cocoa Brown. HEX triplet: 34, 1E and 0D. RGB value is (52,30,13). Sum of RGB (Red+Green+Blue) = 52+30+13=95 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.74% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 52 - color contains mainly: red. Hex color #341E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341E0D is #CBE1F2. Grayscale: #222222. Windows color (decimal): -13361651 or 859700. OLE color: 859700.
HSL color Cylindrical-coordinate representation of color #341E0D: hue angle of 26.15º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #341E0D is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 30 | 13 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.80 |
| HSL | 26.15º | 0.6% | 0.13% | - |
| HSV(B) | 26.15º | 0.75% | 0.2% | - |
| XYZ | 1.95 | 1.69 | 0.6 | - |
| YUV | 34.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 13 | 0 | 0.42 | 0.75 | 0.80 | 26.15 | 0.6 | 0.13 |
| Hex | 34 | 1E | D | 0 | 2A | 4B | 50 | 1A | 3C | D |
| Octal | 64 | 36 | 15 | 0 | 52 | 113 | 120 | 32 | 74 | 15 |
| Binary | 110100 | 11110 | 1101 | 0 | 101010 | 1001011 | 1010000 | 11010 | 111100 | 1101 |
Color Harmonies of #341E0D
Complementary color
Monochromatic Colors of #341E0D
Black with #341E0D
Text Example
Text Example
White with #341E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341E0D; }
p { color: rgb(52,30,13); }
H1.HeaderClassName
{
color: #341E0D;
}
.AnyTagClassName
{
color: #341E0D;
}
</style>
background-color css
<style>
a { background-color: #341E0D; }
a { background-color: rgb(52,30,13); }
div.DivClassName
{
background-color: #341E0D;
}
.BgClassName
{
background-color: #341E0D;
}
</style>
border-color css
<style>
span { border-color: #341E0D; }
span { border-color: rgb(52,30,13); }
td.TdClassName
{
border-color: #341E0D;
}
.TagClassName
{
border-color: #341E0D;
}
</style>