Shades of Espresso #4E2F2E
Tints of Espresso #4E2F2E
RGB
CMYK
RGB Variations
Color information
#4E2F2E (or 0x4E2F2E) is known color: Espresso. HEX triplet: 4E, 2F and 2E. RGB value is (78,47,46). Sum of RGB (Red+Green+Blue) = 78+47+46=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2F2E is #B1D0D1. Grayscale: #383838. Windows color (decimal): -11653330 or 3026766. OLE color: 3026766.
HSL color Cylindrical-coordinate representation of color #4E2F2E: hue angle of 1.88º 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 #4E2F2E is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 47 | 46 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.69 |
| HSL | 1.88º | 0.26% | 0.24% | - |
| HSV(B) | 1.88º | 0.41% | 0.31% | - |
| XYZ | 4.65 | 3.85 | 3.08 | - |
| YUV | 56.16 | 122.27 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 47 | 46 | 0 | 0.40 | 0.41 | 0.69 | 1.88 | 0.26 | 0.24 |
| Hex | 4E | 2F | 2E | 0 | 28 | 29 | 45 | 2 | 1A | 18 |
| Octal | 116 | 57 | 56 | 0 | 50 | 51 | 105 | 2 | 32 | 30 |
| Binary | 1001110 | 101111 | 101110 | 0 | 101000 | 101001 | 1000101 | 10 | 11010 | 11000 |
Color Harmonies of #4E2F2E
Complementary color
Monochromatic Colors of #4E2F2E
Black with #4E2F2E
Text Example
Text Example
White with #4E2F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2F2E; }
p { color: rgb(78,47,46); }
H1.HeaderClassName
{
color: #4E2F2E;
}
.AnyTagClassName
{
color: #4E2F2E;
}
</style>
background-color css
<style>
a { background-color: #4E2F2E; }
a { background-color: rgb(78,47,46); }
div.DivClassName
{
background-color: #4E2F2E;
}
.BgClassName
{
background-color: #4E2F2E;
}
</style>
border-color css
<style>
span { border-color: #4E2F2E; }
span { border-color: rgb(78,47,46); }
td.TdClassName
{
border-color: #4E2F2E;
}
.TagClassName
{
border-color: #4E2F2E;
}
</style>