Shades of Espresso #4E2828
Tints of Espresso #4E2828
RGB
CMYK
RGB Variations
Color information
#4E2828 (or 0x4E2828) is known color: Espresso. HEX triplet: 4E, 28 and 28. RGB value is (78,40,40). Sum of RGB (Red+Green+Blue) = 78+40+40=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2828 is #B1D7D7. Grayscale: #333333. Windows color (decimal): -11655128 or 2631758. OLE color: 2631758.
HSL color Cylindrical-coordinate representation of color #4E2828: hue angle of 0º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E2828 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 40 | 40 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.69 |
| HSL | 0º | 0.32% | 0.23% | - |
| HSV(B) | 0º | 0.49% | 0.31% | - |
| XYZ | 4.28 | 3.29 | 2.42 | - |
| YUV | 51.36 | 121.59 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 40 | 40 | 0 | 0.49 | 0.49 | 0.69 | 0 | 0.32 | 0.23 |
| Hex | 4E | 28 | 28 | 0 | 31 | 31 | 45 | 0 | 20 | 17 |
| Octal | 116 | 50 | 50 | 0 | 61 | 61 | 105 | 0 | 40 | 27 |
| Binary | 1001110 | 101000 | 101000 | 0 | 110001 | 110001 | 1000101 | 0 | 100000 | 10111 |
Color Harmonies of #4E2828
Complementary color
Monochromatic Colors of #4E2828
Black with #4E2828
Text Example
Text Example
White with #4E2828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2828; }
p { color: rgb(78,40,40); }
H1.HeaderClassName
{
color: #4E2828;
}
.AnyTagClassName
{
color: #4E2828;
}
</style>
background-color css
<style>
a { background-color: #4E2828; }
a { background-color: rgb(78,40,40); }
div.DivClassName
{
background-color: #4E2828;
}
.BgClassName
{
background-color: #4E2828;
}
</style>
border-color css
<style>
span { border-color: #4E2828; }
span { border-color: rgb(78,40,40); }
td.TdClassName
{
border-color: #4E2828;
}
.TagClassName
{
border-color: #4E2828;
}
</style>