Shades of Cocoa Bean #4E3731
Tints of Cocoa Bean #4E3731
RGB
CMYK
RGB Variations
Color information
#4E3731 (or 0x4E3731) is known color: Cocoa Bean. HEX triplet: 4E, 37 and 31. RGB value is (78,55,49). Sum of RGB (Red+Green+Blue) = 78+55+49=182 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.86% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3731 is #B1C8CE. Grayscale: #3D3D3D. Windows color (decimal): -11651279 or 3225422. OLE color: 3225422.
HSL color Cylindrical-coordinate representation of color #4E3731: hue angle of 12.41º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E3731 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 55 | 49 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.69 |
| HSL | 12.41º | 0.23% | 0.25% | - |
| HSV(B) | 12.41º | 0.37% | 0.31% | - |
| XYZ | 5.06 | 4.57 | 3.52 | - |
| YUV | 61.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 55 | 49 | 0 | 0.29 | 0.37 | 0.69 | 12.41 | 0.23 | 0.25 |
| Hex | 4E | 37 | 31 | 0 | 1D | 25 | 45 | C | 17 | 19 |
| Octal | 116 | 67 | 61 | 0 | 35 | 45 | 105 | 14 | 27 | 31 |
| Binary | 1001110 | 110111 | 110001 | 0 | 11101 | 100101 | 1000101 | 1100 | 10111 | 11001 |
Color Harmonies of #4E3731
Complementary color
Monochromatic Colors of #4E3731
Black with #4E3731
Text Example
Text Example
White with #4E3731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3731; }
p { color: rgb(78,55,49); }
H1.HeaderClassName
{
color: #4E3731;
}
.AnyTagClassName
{
color: #4E3731;
}
</style>
background-color css
<style>
a { background-color: #4E3731; }
a { background-color: rgb(78,55,49); }
div.DivClassName
{
background-color: #4E3731;
}
.BgClassName
{
background-color: #4E3731;
}
</style>
border-color css
<style>
span { border-color: #4E3731; }
span { border-color: rgb(78,55,49); }
td.TdClassName
{
border-color: #4E3731;
}
.TagClassName
{
border-color: #4E3731;
}
</style>