Shades of Espresso #4E2F27
Tints of Espresso #4E2F27
RGB
CMYK
RGB Variations
Color information
#4E2F27 (or 0x4E2F27) is known color: Espresso. HEX triplet: 4E, 2F and 27. RGB value is (78,47,39). Sum of RGB (Red+Green+Blue) = 78+47+39=164 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.56% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2F27 is #B1D0D8. Grayscale: #373737. Windows color (decimal): -11653337 or 2568014. OLE color: 2568014.
HSL color Cylindrical-coordinate representation of color #4E2F27: hue angle of 12.31º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E2F27 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 47 | 39 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.69 |
| HSL | 12.31º | 0.33% | 0.23% | - |
| HSV(B) | 12.31º | 0.5% | 0.31% | - |
| XYZ | 4.52 | 3.8 | 2.41 | - |
| YUV | 55.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 47 | 39 | 0 | 0.40 | 0.50 | 0.69 | 12.31 | 0.33 | 0.23 |
| Hex | 4E | 2F | 27 | 0 | 28 | 32 | 45 | C | 21 | 17 |
| Octal | 116 | 57 | 47 | 0 | 50 | 62 | 105 | 14 | 41 | 27 |
| Binary | 1001110 | 101111 | 100111 | 0 | 101000 | 110010 | 1000101 | 1100 | 100001 | 10111 |
Color Harmonies of #4E2F27
Complementary color
Monochromatic Colors of #4E2F27
Black with #4E2F27
Text Example
Text Example
White with #4E2F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2F27; }
p { color: rgb(78,47,39); }
H1.HeaderClassName
{
color: #4E2F27;
}
.AnyTagClassName
{
color: #4E2F27;
}
</style>
background-color css
<style>
a { background-color: #4E2F27; }
a { background-color: rgb(78,47,39); }
div.DivClassName
{
background-color: #4E2F27;
}
.BgClassName
{
background-color: #4E2F27;
}
</style>
border-color css
<style>
span { border-color: #4E2F27; }
span { border-color: rgb(78,47,39); }
td.TdClassName
{
border-color: #4E2F27;
}
.TagClassName
{
border-color: #4E2F27;
}
</style>