Shades of Espresso #4E342E
Tints of Espresso #4E342E
RGB
CMYK
RGB Variations
Color information
#4E342E (or 0x4E342E) is known color: Espresso. HEX triplet: 4E, 34 and 2E. RGB value is (78,52,46). Sum of RGB (Red+Green+Blue) = 78+52+46=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 78 - color contains mainly: red. Hex color #4E342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E342E is #B1CBD1. Grayscale: #3B3B3B. Windows color (decimal): -11652050 or 3028046. OLE color: 3028046.
HSL color Cylindrical-coordinate representation of color #4E342E: hue angle of 11.25º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E342E is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 52 | 46 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.69 |
| HSL | 11.25º | 0.26% | 0.24% | - |
| HSV(B) | 11.25º | 0.41% | 0.31% | - |
| XYZ | 4.86 | 4.27 | 3.15 | - |
| YUV | 59.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 52 | 46 | 0 | 0.33 | 0.41 | 0.69 | 11.25 | 0.26 | 0.24 |
| Hex | 4E | 34 | 2E | 0 | 21 | 29 | 45 | B | 1A | 18 |
| Octal | 116 | 64 | 56 | 0 | 41 | 51 | 105 | 13 | 32 | 30 |
| Binary | 1001110 | 110100 | 101110 | 0 | 100001 | 101001 | 1000101 | 1011 | 11010 | 11000 |
Color Harmonies of #4E342E
Complementary color
Monochromatic Colors of #4E342E
Black with #4E342E
Text Example
Text Example
White with #4E342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E342E; }
p { color: rgb(78,52,46); }
H1.HeaderClassName
{
color: #4E342E;
}
.AnyTagClassName
{
color: #4E342E;
}
</style>
background-color css
<style>
a { background-color: #4E342E; }
a { background-color: rgb(78,52,46); }
div.DivClassName
{
background-color: #4E342E;
}
.BgClassName
{
background-color: #4E342E;
}
</style>
border-color css
<style>
span { border-color: #4E342E; }
span { border-color: rgb(78,52,46); }
td.TdClassName
{
border-color: #4E342E;
}
.TagClassName
{
border-color: #4E342E;
}
</style>