Shades of Cocoa Bean #4E3B35
Tints of Cocoa Bean #4E3B35
RGB
CMYK
RGB Variations
Color information
#4E3B35 (or 0x4E3B35) is known color: Cocoa Bean. HEX triplet: 4E, 3B and 35. RGB value is (78,59,53). Sum of RGB (Red+Green+Blue) = 78+59+53=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3B35 is #B1C4CA. Grayscale: #404040. Windows color (decimal): -11650251 or 3488590. OLE color: 3488590.
HSL color Cylindrical-coordinate representation of color #4E3B35: hue angle of 14.4º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E3B35 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 59 | 53 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.69 |
| HSL | 14.4º | 0.19% | 0.26% | - |
| HSV(B) | 14.4º | 0.32% | 0.31% | - |
| XYZ | 5.35 | 5 | 4.05 | - |
| YUV | 64 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 59 | 53 | 0 | 0.24 | 0.32 | 0.69 | 14.4 | 0.19 | 0.26 |
| Hex | 4E | 3B | 35 | 0 | 18 | 20 | 45 | E | 13 | 1A |
| Octal | 116 | 73 | 65 | 0 | 30 | 40 | 105 | 16 | 23 | 32 |
| Binary | 1001110 | 111011 | 110101 | 0 | 11000 | 100000 | 1000101 | 1110 | 10011 | 11010 |
Color Harmonies of #4E3B35
Complementary color
Monochromatic Colors of #4E3B35
Black with #4E3B35
Text Example
Text Example
White with #4E3B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3B35; }
p { color: rgb(78,59,53); }
H1.HeaderClassName
{
color: #4E3B35;
}
.AnyTagClassName
{
color: #4E3B35;
}
</style>
background-color css
<style>
a { background-color: #4E3B35; }
a { background-color: rgb(78,59,53); }
div.DivClassName
{
background-color: #4E3B35;
}
.BgClassName
{
background-color: #4E3B35;
}
</style>
border-color css
<style>
span { border-color: #4E3B35; }
span { border-color: rgb(78,59,53); }
td.TdClassName
{
border-color: #4E3B35;
}
.TagClassName
{
border-color: #4E3B35;
}
</style>