Shades of Cocoa Brown #341E0A
Tints of Cocoa Brown #341E0A
RGB
CMYK
RGB Variations
Color information
#341E0A (or 0x341E0A) is known color: Cocoa Brown. HEX triplet: 34, 1E and 0A. RGB value is (52,30,10). Sum of RGB (Red+Green+Blue) = 52+30+10=92 (12% of max value = 765). Red value is 52 (20.70% from 255 or 56.52% from 92); Green value is 30 (12.11% from 255 or 32.61% from 92); Blue value is 10 (4.30% from 255 or 10.87% from 92); Max value from RGB is 52 - color contains mainly: red. Hex color #341E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341E0A is #CBE1F5. Grayscale: #222222. Windows color (decimal): -13361654 or 663092. OLE color: 663092.
HSL color Cylindrical-coordinate representation of color #341E0A: hue angle of 28.57º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #341E0A is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 30 | 10 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.80 |
| HSL | 28.57º | 0.68% | 0.12% | - |
| HSV(B) | 28.57º | 0.81% | 0.2% | - |
| XYZ | 1.94 | 1.68 | 0.51 | - |
| YUV | 34.3 | 114.29 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 10 | 0 | 0.42 | 0.81 | 0.80 | 28.57 | 0.68 | 0.12 |
| Hex | 34 | 1E | A | 0 | 2A | 51 | 50 | 1D | 44 | C |
| Octal | 64 | 36 | 12 | 0 | 52 | 121 | 120 | 35 | 104 | 14 |
| Binary | 110100 | 11110 | 1010 | 0 | 101010 | 1010001 | 1010000 | 11101 | 1000100 | 1100 |
Color Harmonies of #341E0A
Complementary color
Monochromatic Colors of #341E0A
Black with #341E0A
Text Example
Text Example
White with #341E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341E0A; }
p { color: rgb(52,30,10); }
H1.HeaderClassName
{
color: #341E0A;
}
.AnyTagClassName
{
color: #341E0A;
}
</style>
background-color css
<style>
a { background-color: #341E0A; }
a { background-color: rgb(52,30,10); }
div.DivClassName
{
background-color: #341E0A;
}
.BgClassName
{
background-color: #341E0A;
}
</style>
border-color css
<style>
span { border-color: #341E0A; }
span { border-color: rgb(52,30,10); }
td.TdClassName
{
border-color: #341E0A;
}
.TagClassName
{
border-color: #341E0A;
}
</style>