Shades of Cocoa Bean #4E3635
Tints of Cocoa Bean #4E3635
RGB
CMYK
RGB Variations
Color information
#4E3635 (or 0x4E3635) is known color: Cocoa Bean. HEX triplet: 4E, 36 and 35. RGB value is (78,54,53). Sum of RGB (Red+Green+Blue) = 78+54+53=185 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.16% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3635 is #B1C9CA. Grayscale: #3D3D3D. Windows color (decimal): -11651531 or 3487310. OLE color: 3487310.
HSL color Cylindrical-coordinate representation of color #4E3635: hue angle of 2.4º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E3635 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 54 | 53 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.69 |
| HSL | 2.4º | 0.19% | 0.26% | - |
| HSV(B) | 2.4º | 0.32% | 0.31% | - |
| XYZ | 5.1 | 4.52 | 3.97 | - |
| YUV | 61.06 | 123.45 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 54 | 53 | 0 | 0.31 | 0.32 | 0.69 | 2.4 | 0.19 | 0.26 |
| Hex | 4E | 36 | 35 | 0 | 1F | 20 | 45 | 2 | 13 | 1A |
| Octal | 116 | 66 | 65 | 0 | 37 | 40 | 105 | 2 | 23 | 32 |
| Binary | 1001110 | 110110 | 110101 | 0 | 11111 | 100000 | 1000101 | 10 | 10011 | 11010 |
Color Harmonies of #4E3635
Complementary color
Monochromatic Colors of #4E3635
Black with #4E3635
Text Example
Text Example
White with #4E3635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3635; }
p { color: rgb(78,54,53); }
H1.HeaderClassName
{
color: #4E3635;
}
.AnyTagClassName
{
color: #4E3635;
}
</style>
background-color css
<style>
a { background-color: #4E3635; }
a { background-color: rgb(78,54,53); }
div.DivClassName
{
background-color: #4E3635;
}
.BgClassName
{
background-color: #4E3635;
}
</style>
border-color css
<style>
span { border-color: #4E3635; }
span { border-color: rgb(78,54,53); }
td.TdClassName
{
border-color: #4E3635;
}
.TagClassName
{
border-color: #4E3635;
}
</style>