Shades of Cocoa Bean #4E3C37
Tints of Cocoa Bean #4E3C37
RGB
CMYK
RGB Variations
Color information
#4E3C37 (or 0x4E3C37) is known color: Cocoa Bean. HEX triplet: 4E, 3C and 37. RGB value is (78,60,55). Sum of RGB (Red+Green+Blue) = 78+60+55=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3C37 is #B1C3C8. Grayscale: #404040. Windows color (decimal): -11649993 or 3619918. OLE color: 3619918.
HSL color Cylindrical-coordinate representation of color #4E3C37: hue angle of 13.04º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4E3C37 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 60 | 55 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.69 |
| HSL | 13.04º | 0.17% | 0.26% | - |
| HSV(B) | 13.04º | 0.29% | 0.31% | - |
| XYZ | 5.45 | 5.13 | 4.32 | - |
| YUV | 64.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 60 | 55 | 0 | 0.23 | 0.29 | 0.69 | 13.04 | 0.17 | 0.26 |
| Hex | 4E | 3C | 37 | 0 | 17 | 1D | 45 | D | 11 | 1A |
| Octal | 116 | 74 | 67 | 0 | 27 | 35 | 105 | 15 | 21 | 32 |
| Binary | 1001110 | 111100 | 110111 | 0 | 10111 | 11101 | 1000101 | 1101 | 10001 | 11010 |
Color Harmonies of #4E3C37
Complementary color
Monochromatic Colors of #4E3C37
Black with #4E3C37
Text Example
Text Example
White with #4E3C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3C37; }
p { color: rgb(78,60,55); }
H1.HeaderClassName
{
color: #4E3C37;
}
.AnyTagClassName
{
color: #4E3C37;
}
</style>
background-color css
<style>
a { background-color: #4E3C37; }
a { background-color: rgb(78,60,55); }
div.DivClassName
{
background-color: #4E3C37;
}
.BgClassName
{
background-color: #4E3C37;
}
</style>
border-color css
<style>
span { border-color: #4E3C37; }
span { border-color: rgb(78,60,55); }
td.TdClassName
{
border-color: #4E3C37;
}
.TagClassName
{
border-color: #4E3C37;
}
</style>