Shades of Cocoa Bean #4E3434
Tints of Cocoa Bean #4E3434
RGB
CMYK
RGB Variations
Color information
#4E3434 (or 0x4E3434) is known color: Cocoa Bean. HEX triplet: 4E, 34 and 34. RGB value is (78,52,52). Sum of RGB (Red+Green+Blue) = 78+52+52=182 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.86% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3434 is #B1CBCB. Grayscale: #3B3B3B. Windows color (decimal): -11652044 or 3421262. OLE color: 3421262.
HSL color Cylindrical-coordinate representation of color #4E3434: hue angle of 0º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E3434 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 52 | 52 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.69 |
| HSL | 0º | 0.2% | 0.25% | - |
| HSV(B) | 0º | 0.33% | 0.31% | - |
| XYZ | 4.99 | 4.32 | 3.82 | - |
| YUV | 59.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 52 | 52 | 0 | 0.33 | 0.33 | 0.69 | 0 | 0.2 | 0.25 |
| Hex | 4E | 34 | 34 | 0 | 21 | 21 | 45 | 0 | 14 | 19 |
| Octal | 116 | 64 | 64 | 0 | 41 | 41 | 105 | 0 | 24 | 31 |
| Binary | 1001110 | 110100 | 110100 | 0 | 100001 | 100001 | 1000101 | 0 | 10100 | 11001 |
Color Harmonies of #4E3434
Complementary color
Monochromatic Colors of #4E3434
Black with #4E3434
Text Example
Text Example
White with #4E3434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3434; }
p { color: rgb(78,52,52); }
H1.HeaderClassName
{
color: #4E3434;
}
.AnyTagClassName
{
color: #4E3434;
}
</style>
background-color css
<style>
a { background-color: #4E3434; }
a { background-color: rgb(78,52,52); }
div.DivClassName
{
background-color: #4E3434;
}
.BgClassName
{
background-color: #4E3434;
}
</style>
border-color css
<style>
span { border-color: #4E3434; }
span { border-color: rgb(78,52,52); }
td.TdClassName
{
border-color: #4E3434;
}
.TagClassName
{
border-color: #4E3434;
}
</style>