Shades of Cocoa Bean #4E3A38
Tints of Cocoa Bean #4E3A38
RGB
CMYK
RGB Variations
Color information
#4E3A38 (or 0x4E3A38) is known color: Cocoa Bean. HEX triplet: 4E, 3A and 38. RGB value is (78,58,56). Sum of RGB (Red+Green+Blue) = 78+58+56=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3A38 is #B1C5C7. Grayscale: #3F3F3F. Windows color (decimal): -11650504 or 3684942. OLE color: 3684942.
HSL color Cylindrical-coordinate representation of color #4E3A38: hue angle of 5.45º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E3A38 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 58 | 56 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.69 |
| HSL | 5.45º | 0.16% | 0.26% | - |
| HSV(B) | 5.45º | 0.28% | 0.31% | - |
| XYZ | 5.37 | 4.93 | 4.41 | - |
| YUV | 63.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 58 | 56 | 0 | 0.26 | 0.28 | 0.69 | 5.45 | 0.16 | 0.26 |
| Hex | 4E | 3A | 38 | 0 | 1A | 1C | 45 | 5 | 10 | 1A |
| Octal | 116 | 72 | 70 | 0 | 32 | 34 | 105 | 5 | 20 | 32 |
| Binary | 1001110 | 111010 | 111000 | 0 | 11010 | 11100 | 1000101 | 101 | 10000 | 11010 |
Color Harmonies of #4E3A38
Complementary color
Monochromatic Colors of #4E3A38
Black with #4E3A38
Text Example
Text Example
White with #4E3A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3A38; }
p { color: rgb(78,58,56); }
H1.HeaderClassName
{
color: #4E3A38;
}
.AnyTagClassName
{
color: #4E3A38;
}
</style>
background-color css
<style>
a { background-color: #4E3A38; }
a { background-color: rgb(78,58,56); }
div.DivClassName
{
background-color: #4E3A38;
}
.BgClassName
{
background-color: #4E3A38;
}
</style>
border-color css
<style>
span { border-color: #4E3A38; }
span { border-color: rgb(78,58,56); }
td.TdClassName
{
border-color: #4E3A38;
}
.TagClassName
{
border-color: #4E3A38;
}
</style>