Shades of Cocoa Bean #4E3534
Tints of Cocoa Bean #4E3534
RGB
CMYK
RGB Variations
Color information
#4E3534 (or 0x4E3534) is known color: Cocoa Bean. HEX triplet: 4E, 35 and 34. RGB value is (78,53,52). Sum of RGB (Red+Green+Blue) = 78+53+52=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3534 is #B1CACB. Grayscale: #3C3C3C. Windows color (decimal): -11651788 or 3421518. OLE color: 3421518.
HSL color Cylindrical-coordinate representation of color #4E3534: hue angle of 2.31º 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 #4E3534 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 53 | 52 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.69 |
| HSL | 2.31º | 0.2% | 0.25% | - |
| HSV(B) | 2.31º | 0.33% | 0.31% | - |
| XYZ | 5.03 | 4.41 | 3.84 | - |
| YUV | 60.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 53 | 52 | 0 | 0.32 | 0.33 | 0.69 | 2.31 | 0.2 | 0.25 |
| Hex | 4E | 35 | 34 | 0 | 20 | 21 | 45 | 2 | 14 | 19 |
| Octal | 116 | 65 | 64 | 0 | 40 | 41 | 105 | 2 | 24 | 31 |
| Binary | 1001110 | 110101 | 110100 | 0 | 100000 | 100001 | 1000101 | 10 | 10100 | 11001 |
Color Harmonies of #4E3534
Complementary color
Monochromatic Colors of #4E3534
Black with #4E3534
Text Example
Text Example
White with #4E3534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3534; }
p { color: rgb(78,53,52); }
H1.HeaderClassName
{
color: #4E3534;
}
.AnyTagClassName
{
color: #4E3534;
}
</style>
background-color css
<style>
a { background-color: #4E3534; }
a { background-color: rgb(78,53,52); }
div.DivClassName
{
background-color: #4E3534;
}
.BgClassName
{
background-color: #4E3534;
}
</style>
border-color css
<style>
span { border-color: #4E3534; }
span { border-color: rgb(78,53,52); }
td.TdClassName
{
border-color: #4E3534;
}
.TagClassName
{
border-color: #4E3534;
}
</style>