Shades of Espresso #4D3029
Tints of Espresso #4D3029
RGB
CMYK
RGB Variations
Color information
#4D3029 (or 0x4D3029) is known color: Espresso. HEX triplet: 4D, 30 and 29. RGB value is (77,48,41). Sum of RGB (Red+Green+Blue) = 77+48+41=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3029 is #B2CFD6. Grayscale: #373737. Windows color (decimal): -11718615 or 2699341. OLE color: 2699341.
HSL color Cylindrical-coordinate representation of color #4D3029: hue angle of 11.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D3029 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 48 | 41 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.70 |
| HSL | 11.67º | 0.31% | 0.23% | - |
| HSV(B) | 11.67º | 0.47% | 0.3% | - |
| XYZ | 4.52 | 3.85 | 2.6 | - |
| YUV | 55.87 | 119.61 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 48 | 41 | 0 | 0.38 | 0.47 | 0.70 | 11.67 | 0.31 | 0.23 |
| Hex | 4D | 30 | 29 | 0 | 26 | 2F | 46 | C | 1F | 17 |
| Octal | 115 | 60 | 51 | 0 | 46 | 57 | 106 | 14 | 37 | 27 |
| Binary | 1001101 | 110000 | 101001 | 0 | 100110 | 101111 | 1000110 | 1100 | 11111 | 10111 |
Color Harmonies of #4D3029
Complementary color
Monochromatic Colors of #4D3029
Black with #4D3029
Text Example
Text Example
White with #4D3029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3029; }
p { color: rgb(77,48,41); }
H1.HeaderClassName
{
color: #4D3029;
}
.AnyTagClassName
{
color: #4D3029;
}
</style>
background-color css
<style>
a { background-color: #4D3029; }
a { background-color: rgb(77,48,41); }
div.DivClassName
{
background-color: #4D3029;
}
.BgClassName
{
background-color: #4D3029;
}
</style>
border-color css
<style>
span { border-color: #4D3029; }
span { border-color: rgb(77,48,41); }
td.TdClassName
{
border-color: #4D3029;
}
.TagClassName
{
border-color: #4D3029;
}
</style>