Shades of Cocoa Bean #4E3532
Tints of Cocoa Bean #4E3532
RGB
CMYK
RGB Variations
Color information
#4E3532 (or 0x4E3532) is known color: Cocoa Bean. HEX triplet: 4E, 35 and 32. RGB value is (78,53,50). Sum of RGB (Red+Green+Blue) = 78+53+50=181 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.09% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3532 is #B1CACD. Grayscale: #3C3C3C. Windows color (decimal): -11651790 or 3290446. OLE color: 3290446.
HSL color Cylindrical-coordinate representation of color #4E3532: hue angle of 6.43º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E3532 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 53 | 50 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.69 |
| HSL | 6.43º | 0.22% | 0.25% | - |
| HSV(B) | 6.43º | 0.36% | 0.31% | - |
| XYZ | 4.99 | 4.4 | 3.6 | - |
| YUV | 60.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 53 | 50 | 0 | 0.32 | 0.36 | 0.69 | 6.43 | 0.22 | 0.25 |
| Hex | 4E | 35 | 32 | 0 | 20 | 24 | 45 | 6 | 16 | 19 |
| Octal | 116 | 65 | 62 | 0 | 40 | 44 | 105 | 6 | 26 | 31 |
| Binary | 1001110 | 110101 | 110010 | 0 | 100000 | 100100 | 1000101 | 110 | 10110 | 11001 |
Color Harmonies of #4E3532
Complementary color
Monochromatic Colors of #4E3532
Black with #4E3532
Text Example
Text Example
White with #4E3532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3532; }
p { color: rgb(78,53,50); }
H1.HeaderClassName
{
color: #4E3532;
}
.AnyTagClassName
{
color: #4E3532;
}
</style>
background-color css
<style>
a { background-color: #4E3532; }
a { background-color: rgb(78,53,50); }
div.DivClassName
{
background-color: #4E3532;
}
.BgClassName
{
background-color: #4E3532;
}
</style>
border-color css
<style>
span { border-color: #4E3532; }
span { border-color: rgb(78,53,50); }
td.TdClassName
{
border-color: #4E3532;
}
.TagClassName
{
border-color: #4E3532;
}
</style>