Shades of Espresso #4D2A24
Tints of Espresso #4D2A24
RGB
CMYK
RGB Variations
Color information
#4D2A24 (or 0x4D2A24) is known color: Espresso. HEX triplet: 4D, 2A and 24. RGB value is (77,42,36). Sum of RGB (Red+Green+Blue) = 77+42+36=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2A24 is #B2D5DB. Grayscale: #333333. Windows color (decimal): -11720156 or 2370125. OLE color: 2370125.
HSL color Cylindrical-coordinate representation of color #4D2A24: hue angle of 8.78º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D2A24 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 42 | 36 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.70 |
| HSL | 8.78º | 0.36% | 0.22% | - |
| HSV(B) | 8.78º | 0.53% | 0.3% | - |
| XYZ | 4.21 | 3.36 | 2.1 | - |
| YUV | 51.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 42 | 36 | 0 | 0.45 | 0.53 | 0.70 | 8.78 | 0.36 | 0.22 |
| Hex | 4D | 2A | 24 | 0 | 2D | 35 | 46 | 9 | 24 | 16 |
| Octal | 115 | 52 | 44 | 0 | 55 | 65 | 106 | 11 | 44 | 26 |
| Binary | 1001101 | 101010 | 100100 | 0 | 101101 | 110101 | 1000110 | 1001 | 100100 | 10110 |
Color Harmonies of #4D2A24
Complementary color
Monochromatic Colors of #4D2A24
Black with #4D2A24
Text Example
Text Example
White with #4D2A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2A24; }
p { color: rgb(77,42,36); }
H1.HeaderClassName
{
color: #4D2A24;
}
.AnyTagClassName
{
color: #4D2A24;
}
</style>
background-color css
<style>
a { background-color: #4D2A24; }
a { background-color: rgb(77,42,36); }
div.DivClassName
{
background-color: #4D2A24;
}
.BgClassName
{
background-color: #4D2A24;
}
</style>
border-color css
<style>
span { border-color: #4D2A24; }
span { border-color: rgb(77,42,36); }
td.TdClassName
{
border-color: #4D2A24;
}
.TagClassName
{
border-color: #4D2A24;
}
</style>