Shades of Espresso #4E302D
Tints of Espresso #4E302D
RGB
CMYK
RGB Variations
Color information
#4E302D (or 0x4E302D) is known color: Espresso. HEX triplet: 4E, 30 and 2D. RGB value is (78,48,45). Sum of RGB (Red+Green+Blue) = 78+48+45=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 78 - color contains mainly: red. Hex color #4E302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E302D is #B1CFD2. Grayscale: #383838. Windows color (decimal): -11653075 or 2961486. OLE color: 2961486.
HSL color Cylindrical-coordinate representation of color #4E302D: hue angle of 5.45º 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 #4E302D is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 48 | 45 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.69 |
| HSL | 5.45º | 0.27% | 0.24% | - |
| HSV(B) | 5.45º | 0.42% | 0.31% | - |
| XYZ | 4.67 | 3.92 | 2.99 | - |
| YUV | 56.63 | 121.44 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 48 | 45 | 0 | 0.38 | 0.42 | 0.69 | 5.45 | 0.27 | 0.24 |
| Hex | 4E | 30 | 2D | 0 | 26 | 2A | 45 | 5 | 1B | 18 |
| Octal | 116 | 60 | 55 | 0 | 46 | 52 | 105 | 5 | 33 | 30 |
| Binary | 1001110 | 110000 | 101101 | 0 | 100110 | 101010 | 1000101 | 101 | 11011 | 11000 |
Color Harmonies of #4E302D
Complementary color
Monochromatic Colors of #4E302D
Black with #4E302D
Text Example
Text Example
White with #4E302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E302D; }
p { color: rgb(78,48,45); }
H1.HeaderClassName
{
color: #4E302D;
}
.AnyTagClassName
{
color: #4E302D;
}
</style>
background-color css
<style>
a { background-color: #4E302D; }
a { background-color: rgb(78,48,45); }
div.DivClassName
{
background-color: #4E302D;
}
.BgClassName
{
background-color: #4E302D;
}
</style>
border-color css
<style>
span { border-color: #4E302D; }
span { border-color: rgb(78,48,45); }
td.TdClassName
{
border-color: #4E302D;
}
.TagClassName
{
border-color: #4E302D;
}
</style>