Shades of Cocoa Bean #4E3934
Tints of Cocoa Bean #4E3934
RGB
CMYK
RGB Variations
Color information
#4E3934 (or 0x4E3934) is known color: Cocoa Bean. HEX triplet: 4E, 39 and 34. RGB value is (78,57,52). Sum of RGB (Red+Green+Blue) = 78+57+52=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3934 is #B1C6CB. Grayscale: #3E3E3E. Windows color (decimal): -11650764 or 3422542. OLE color: 3422542.
HSL color Cylindrical-coordinate representation of color #4E3934: hue angle of 11.54º 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 #4E3934 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 57 | 52 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.69 |
| HSL | 11.54º | 0.2% | 0.25% | - |
| HSV(B) | 11.54º | 0.33% | 0.31% | - |
| XYZ | 5.22 | 4.79 | 3.9 | - |
| YUV | 62.71 | 121.96 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 57 | 52 | 0 | 0.27 | 0.33 | 0.69 | 11.54 | 0.2 | 0.25 |
| Hex | 4E | 39 | 34 | 0 | 1B | 21 | 45 | C | 14 | 19 |
| Octal | 116 | 71 | 64 | 0 | 33 | 41 | 105 | 14 | 24 | 31 |
| Binary | 1001110 | 111001 | 110100 | 0 | 11011 | 100001 | 1000101 | 1100 | 10100 | 11001 |
Color Harmonies of #4E3934
Complementary color
Monochromatic Colors of #4E3934
Black with #4E3934
Text Example
Text Example
White with #4E3934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3934; }
p { color: rgb(78,57,52); }
H1.HeaderClassName
{
color: #4E3934;
}
.AnyTagClassName
{
color: #4E3934;
}
</style>
background-color css
<style>
a { background-color: #4E3934; }
a { background-color: rgb(78,57,52); }
div.DivClassName
{
background-color: #4E3934;
}
.BgClassName
{
background-color: #4E3934;
}
</style>
border-color css
<style>
span { border-color: #4E3934; }
span { border-color: rgb(78,57,52); }
td.TdClassName
{
border-color: #4E3934;
}
.TagClassName
{
border-color: #4E3934;
}
</style>