Shades of Espresso #4E342D
Tints of Espresso #4E342D
RGB
CMYK
RGB Variations
Color information
#4E342D (or 0x4E342D) is known color: Espresso. HEX triplet: 4E, 34 and 2D. RGB value is (78,52,45). Sum of RGB (Red+Green+Blue) = 78+52+45=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 78 - color contains mainly: red. Hex color #4E342D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E342D is #B1CBD2. Grayscale: #3B3B3B. Windows color (decimal): -11652051 or 2962510. OLE color: 2962510.
HSL color Cylindrical-coordinate representation of color #4E342D: hue angle of 12.73º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E342D is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 52 | 45 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.69 |
| HSL | 12.73º | 0.27% | 0.24% | - |
| HSV(B) | 12.73º | 0.42% | 0.31% | - |
| XYZ | 4.84 | 4.27 | 3.05 | - |
| YUV | 58.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 52 | 45 | 0 | 0.33 | 0.42 | 0.69 | 12.73 | 0.27 | 0.24 |
| Hex | 4E | 34 | 2D | 0 | 21 | 2A | 45 | D | 1B | 18 |
| Octal | 116 | 64 | 55 | 0 | 41 | 52 | 105 | 15 | 33 | 30 |
| Binary | 1001110 | 110100 | 101101 | 0 | 100001 | 101010 | 1000101 | 1101 | 11011 | 11000 |
Color Harmonies of #4E342D
Complementary color
Monochromatic Colors of #4E342D
Black with #4E342D
Text Example
Text Example
White with #4E342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E342D; }
p { color: rgb(78,52,45); }
H1.HeaderClassName
{
color: #4E342D;
}
.AnyTagClassName
{
color: #4E342D;
}
</style>
background-color css
<style>
a { background-color: #4E342D; }
a { background-color: rgb(78,52,45); }
div.DivClassName
{
background-color: #4E342D;
}
.BgClassName
{
background-color: #4E342D;
}
</style>
border-color css
<style>
span { border-color: #4E342D; }
span { border-color: rgb(78,52,45); }
td.TdClassName
{
border-color: #4E342D;
}
.TagClassName
{
border-color: #4E342D;
}
</style>