Shades of Espresso #4D2925
Tints of Espresso #4D2925
RGB
CMYK
RGB Variations
Color information
#4D2925 (or 0x4D2925) is known color: Espresso. HEX triplet: 4D, 29 and 25. RGB value is (77,41,37). Sum of RGB (Red+Green+Blue) = 77+41+37=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2925 is #B2D6DA. Grayscale: #333333. Windows color (decimal): -11720411 or 2435405. OLE color: 2435405.
HSL color Cylindrical-coordinate representation of color #4D2925: hue angle of 6º 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 #4D2925 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 41 | 37 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.70 |
| HSL | 6º | 0.35% | 0.22% | - |
| HSV(B) | 6º | 0.52% | 0.3% | - |
| XYZ | 4.19 | 3.3 | 2.17 | - |
| YUV | 51.31 | 119.93 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 41 | 37 | 0 | 0.47 | 0.52 | 0.70 | 6 | 0.35 | 0.22 |
| Hex | 4D | 29 | 25 | 0 | 2F | 34 | 46 | 6 | 23 | 16 |
| Octal | 115 | 51 | 45 | 0 | 57 | 64 | 106 | 6 | 43 | 26 |
| Binary | 1001101 | 101001 | 100101 | 0 | 101111 | 110100 | 1000110 | 110 | 100011 | 10110 |
Color Harmonies of #4D2925
Complementary color
Monochromatic Colors of #4D2925
Black with #4D2925
Text Example
Text Example
White with #4D2925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2925; }
p { color: rgb(77,41,37); }
H1.HeaderClassName
{
color: #4D2925;
}
.AnyTagClassName
{
color: #4D2925;
}
</style>
background-color css
<style>
a { background-color: #4D2925; }
a { background-color: rgb(77,41,37); }
div.DivClassName
{
background-color: #4D2925;
}
.BgClassName
{
background-color: #4D2925;
}
</style>
border-color css
<style>
span { border-color: #4D2925; }
span { border-color: rgb(77,41,37); }
td.TdClassName
{
border-color: #4D2925;
}
.TagClassName
{
border-color: #4D2925;
}
</style>