Shades of Espresso #4E312A
Tints of Espresso #4E312A
RGB
CMYK
RGB Variations
Color information
#4E312A (or 0x4E312A) is known color: Espresso. HEX triplet: 4E, 31 and 2A. RGB value is (78,49,42). Sum of RGB (Red+Green+Blue) = 78+49+42=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 78 - color contains mainly: red. Hex color #4E312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E312A is #B1CED5. Grayscale: #383838. Windows color (decimal): -11652822 or 2765134. OLE color: 2765134.
HSL color Cylindrical-coordinate representation of color #4E312A: hue angle of 11.67º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E312A is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 49 | 42 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.69 |
| HSL | 11.67º | 0.3% | 0.24% | - |
| HSV(B) | 11.67º | 0.46% | 0.31% | - |
| XYZ | 4.66 | 3.98 | 2.71 | - |
| YUV | 56.87 | 119.61 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 49 | 42 | 0 | 0.37 | 0.46 | 0.69 | 11.67 | 0.3 | 0.24 |
| Hex | 4E | 31 | 2A | 0 | 25 | 2E | 45 | C | 1E | 18 |
| Octal | 116 | 61 | 52 | 0 | 45 | 56 | 105 | 14 | 36 | 30 |
| Binary | 1001110 | 110001 | 101010 | 0 | 100101 | 101110 | 1000101 | 1100 | 11110 | 11000 |
Color Harmonies of #4E312A
Complementary color
Monochromatic Colors of #4E312A
Black with #4E312A
Text Example
Text Example
White with #4E312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E312A; }
p { color: rgb(78,49,42); }
H1.HeaderClassName
{
color: #4E312A;
}
.AnyTagClassName
{
color: #4E312A;
}
</style>
background-color css
<style>
a { background-color: #4E312A; }
a { background-color: rgb(78,49,42); }
div.DivClassName
{
background-color: #4E312A;
}
.BgClassName
{
background-color: #4E312A;
}
</style>
border-color css
<style>
span { border-color: #4E312A; }
span { border-color: rgb(78,49,42); }
td.TdClassName
{
border-color: #4E312A;
}
.TagClassName
{
border-color: #4E312A;
}
</style>