Shades of Espresso #4D2825
Tints of Espresso #4D2825
RGB
CMYK
RGB Variations
Color information
#4D2825 (or 0x4D2825) is known color: Espresso. HEX triplet: 4D, 28 and 25. RGB value is (77,40,37). Sum of RGB (Red+Green+Blue) = 77+40+37=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2825 is #B2D7DA. Grayscale: #323232. Windows color (decimal): -11720667 or 2435149. OLE color: 2435149.
HSL color Cylindrical-coordinate representation of color #4D2825: hue angle of 4.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D2825 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 40 | 37 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.70 |
| HSL | 4.5º | 0.35% | 0.22% | - |
| HSV(B) | 4.5º | 0.52% | 0.3% | - |
| XYZ | 4.15 | 3.23 | 2.15 | - |
| YUV | 50.72 | 120.26 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 37 | 0 | 0.48 | 0.52 | 0.70 | 4.5 | 0.35 | 0.22 |
| Hex | 4D | 28 | 25 | 0 | 30 | 34 | 46 | 4 | 23 | 16 |
| Octal | 115 | 50 | 45 | 0 | 60 | 64 | 106 | 4 | 43 | 26 |
| Binary | 1001101 | 101000 | 100101 | 0 | 110000 | 110100 | 1000110 | 100 | 100011 | 10110 |
Color Harmonies of #4D2825
Complementary color
Monochromatic Colors of #4D2825
Black with #4D2825
Text Example
Text Example
White with #4D2825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2825; }
p { color: rgb(77,40,37); }
H1.HeaderClassName
{
color: #4D2825;
}
.AnyTagClassName
{
color: #4D2825;
}
</style>
background-color css
<style>
a { background-color: #4D2825; }
a { background-color: rgb(77,40,37); }
div.DivClassName
{
background-color: #4D2825;
}
.BgClassName
{
background-color: #4D2825;
}
</style>
border-color css
<style>
span { border-color: #4D2825; }
span { border-color: rgb(77,40,37); }
td.TdClassName
{
border-color: #4D2825;
}
.TagClassName
{
border-color: #4D2825;
}
</style>