Shades of Cocoa Brown #341E0C
Tints of Cocoa Brown #341E0C
RGB
CMYK
RGB Variations
Color information
#341E0C (or 0x341E0C) is known color: Cocoa Brown. HEX triplet: 34, 1E and 0C. RGB value is (52,30,12). Sum of RGB (Red+Green+Blue) = 52+30+12=94 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.32% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 52 - color contains mainly: red. Hex color #341E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341E0C is #CBE1F3. Grayscale: #222222. Windows color (decimal): -13361652 or 794164. OLE color: 794164.
HSL color Cylindrical-coordinate representation of color #341E0C: hue angle of 27º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #341E0C is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 30 | 12 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.80 |
| HSL | 27º | 0.63% | 0.13% | - |
| HSV(B) | 27º | 0.77% | 0.2% | - |
| XYZ | 1.95 | 1.69 | 0.57 | - |
| YUV | 34.53 | 115.29 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 12 | 0 | 0.42 | 0.77 | 0.80 | 27 | 0.63 | 0.13 |
| Hex | 34 | 1E | C | 0 | 2A | 4D | 50 | 1B | 3E | D |
| Octal | 64 | 36 | 14 | 0 | 52 | 115 | 120 | 33 | 76 | 15 |
| Binary | 110100 | 11110 | 1100 | 0 | 101010 | 1001101 | 1010000 | 11011 | 111110 | 1101 |
Color Harmonies of #341E0C
Complementary color
Monochromatic Colors of #341E0C
Black with #341E0C
Text Example
Text Example
White with #341E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341E0C; }
p { color: rgb(52,30,12); }
H1.HeaderClassName
{
color: #341E0C;
}
.AnyTagClassName
{
color: #341E0C;
}
</style>
background-color css
<style>
a { background-color: #341E0C; }
a { background-color: rgb(52,30,12); }
div.DivClassName
{
background-color: #341E0C;
}
.BgClassName
{
background-color: #341E0C;
}
</style>
border-color css
<style>
span { border-color: #341E0C; }
span { border-color: rgb(52,30,12); }
td.TdClassName
{
border-color: #341E0C;
}
.TagClassName
{
border-color: #341E0C;
}
</style>