Shades of Espresso #4D2D26
Tints of Espresso #4D2D26
RGB
CMYK
RGB Variations
Color information
#4D2D26 (or 0x4D2D26) is known color: Espresso. HEX triplet: 4D, 2D and 26. RGB value is (77,45,38). Sum of RGB (Red+Green+Blue) = 77+45+38=160 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.12% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2D26 is #B2D2D9. Grayscale: #353535. Windows color (decimal): -11719386 or 2501965. OLE color: 2501965.
HSL color Cylindrical-coordinate representation of color #4D2D26: hue angle of 10.77º 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 #4D2D26 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 45 | 38 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.70 |
| HSL | 10.77º | 0.34% | 0.23% | - |
| HSV(B) | 10.77º | 0.51% | 0.3% | - |
| XYZ | 4.35 | 3.59 | 2.3 | - |
| YUV | 53.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 45 | 38 | 0 | 0.42 | 0.51 | 0.70 | 10.77 | 0.34 | 0.23 |
| Hex | 4D | 2D | 26 | 0 | 2A | 33 | 46 | B | 22 | 17 |
| Octal | 115 | 55 | 46 | 0 | 52 | 63 | 106 | 13 | 42 | 27 |
| Binary | 1001101 | 101101 | 100110 | 0 | 101010 | 110011 | 1000110 | 1011 | 100010 | 10111 |
Color Harmonies of #4D2D26
Complementary color
Monochromatic Colors of #4D2D26
Black with #4D2D26
Text Example
Text Example
White with #4D2D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2D26; }
p { color: rgb(77,45,38); }
H1.HeaderClassName
{
color: #4D2D26;
}
.AnyTagClassName
{
color: #4D2D26;
}
</style>
background-color css
<style>
a { background-color: #4D2D26; }
a { background-color: rgb(77,45,38); }
div.DivClassName
{
background-color: #4D2D26;
}
.BgClassName
{
background-color: #4D2D26;
}
</style>
border-color css
<style>
span { border-color: #4D2D26; }
span { border-color: rgb(77,45,38); }
td.TdClassName
{
border-color: #4D2D26;
}
.TagClassName
{
border-color: #4D2D26;
}
</style>