Shades of Cocoa Brown #34291E
Tints of Cocoa Brown #34291E
RGB
CMYK
RGB Variations
Color information
#34291E (or 0x34291E) is known color: Cocoa Brown. HEX triplet: 34, 29 and 1E. RGB value is (52,41,30). Sum of RGB (Red+Green+Blue) = 52+41+30=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 52 - color contains mainly: red. Hex color #34291E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34291E is #CBD6E1. Grayscale: #2B2B2B. Windows color (decimal): -13358818 or 1976628. OLE color: 1976628.
HSL color Cylindrical-coordinate representation of color #34291E: hue angle of 30º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34291E is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 41 | 30 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.80 |
| HSL | 30º | 0.27% | 0.16% | - |
| HSV(B) | 30º | 0.42% | 0.2% | - |
| XYZ | 2.44 | 2.41 | 1.56 | - |
| YUV | 43.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 41 | 30 | 0 | 0.21 | 0.42 | 0.80 | 30 | 0.27 | 0.16 |
| Hex | 34 | 29 | 1E | 0 | 15 | 2A | 50 | 1E | 1B | 10 |
| Octal | 64 | 51 | 36 | 0 | 25 | 52 | 120 | 36 | 33 | 20 |
| Binary | 110100 | 101001 | 11110 | 0 | 10101 | 101010 | 1010000 | 11110 | 11011 | 10000 |
Color Harmonies of #34291E
Complementary color
Monochromatic Colors of #34291E
Black with #34291E
Text Example
Text Example
White with #34291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34291E; }
p { color: rgb(52,41,30); }
H1.HeaderClassName
{
color: #34291E;
}
.AnyTagClassName
{
color: #34291E;
}
</style>
background-color css
<style>
a { background-color: #34291E; }
a { background-color: rgb(52,41,30); }
div.DivClassName
{
background-color: #34291E;
}
.BgClassName
{
background-color: #34291E;
}
</style>
border-color css
<style>
span { border-color: #34291E; }
span { border-color: rgb(52,41,30); }
td.TdClassName
{
border-color: #34291E;
}
.TagClassName
{
border-color: #34291E;
}
</style>