Shades of Espresso #4D2F26
Tints of Espresso #4D2F26
RGB
CMYK
RGB Variations
Color information
#4D2F26 (or 0x4D2F26) is known color: Espresso. HEX triplet: 4D, 2F and 26. RGB value is (77,47,38). Sum of RGB (Red+Green+Blue) = 77+47+38=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2F26 is #B2D0D9. Grayscale: #373737. Windows color (decimal): -11718874 or 2502477. OLE color: 2502477.
HSL color Cylindrical-coordinate representation of color #4D2F26: hue angle of 13.85º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D2F26 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 47 | 38 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.70 |
| HSL | 13.85º | 0.34% | 0.23% | - |
| HSV(B) | 13.85º | 0.51% | 0.3% | - |
| XYZ | 4.43 | 3.75 | 2.32 | - |
| YUV | 54.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 47 | 38 | 0 | 0.39 | 0.51 | 0.70 | 13.85 | 0.34 | 0.23 |
| Hex | 4D | 2F | 26 | 0 | 27 | 33 | 46 | E | 22 | 17 |
| Octal | 115 | 57 | 46 | 0 | 47 | 63 | 106 | 16 | 42 | 27 |
| Binary | 1001101 | 101111 | 100110 | 0 | 100111 | 110011 | 1000110 | 1110 | 100010 | 10111 |
Color Harmonies of #4D2F26
Complementary color
Monochromatic Colors of #4D2F26
Black with #4D2F26
Text Example
Text Example
White with #4D2F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2F26; }
p { color: rgb(77,47,38); }
H1.HeaderClassName
{
color: #4D2F26;
}
.AnyTagClassName
{
color: #4D2F26;
}
</style>
background-color css
<style>
a { background-color: #4D2F26; }
a { background-color: rgb(77,47,38); }
div.DivClassName
{
background-color: #4D2F26;
}
.BgClassName
{
background-color: #4D2F26;
}
</style>
border-color css
<style>
span { border-color: #4D2F26; }
span { border-color: rgb(77,47,38); }
td.TdClassName
{
border-color: #4D2F26;
}
.TagClassName
{
border-color: #4D2F26;
}
</style>