Shades of Espresso #4D2B29
Tints of Espresso #4D2B29
RGB
CMYK
RGB Variations
Color information
#4D2B29 (or 0x4D2B29) is known color: Espresso. HEX triplet: 4D, 2B and 29. RGB value is (77,43,41). Sum of RGB (Red+Green+Blue) = 77+43+41=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 43 (17.19% from 255 or 26.71% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2B29 is #B2D4D6. Grayscale: #343434. Windows color (decimal): -11719895 or 2698061. OLE color: 2698061.
HSL color Cylindrical-coordinate representation of color #4D2B29: hue angle of 3.33º 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 #4D2B29 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 43 | 41 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.70 |
| HSL | 3.33º | 0.31% | 0.23% | - |
| HSV(B) | 3.33º | 0.47% | 0.3% | - |
| XYZ | 4.32 | 3.47 | 2.54 | - |
| YUV | 52.94 | 121.26 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 43 | 41 | 0 | 0.44 | 0.47 | 0.70 | 3.33 | 0.31 | 0.23 |
| Hex | 4D | 2B | 29 | 0 | 2C | 2F | 46 | 3 | 1F | 17 |
| Octal | 115 | 53 | 51 | 0 | 54 | 57 | 106 | 3 | 37 | 27 |
| Binary | 1001101 | 101011 | 101001 | 0 | 101100 | 101111 | 1000110 | 11 | 11111 | 10111 |
Color Harmonies of #4D2B29
Complementary color
Monochromatic Colors of #4D2B29
Black with #4D2B29
Text Example
Text Example
White with #4D2B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2B29; }
p { color: rgb(77,43,41); }
H1.HeaderClassName
{
color: #4D2B29;
}
.AnyTagClassName
{
color: #4D2B29;
}
</style>
background-color css
<style>
a { background-color: #4D2B29; }
a { background-color: rgb(77,43,41); }
div.DivClassName
{
background-color: #4D2B29;
}
.BgClassName
{
background-color: #4D2B29;
}
</style>
border-color css
<style>
span { border-color: #4D2B29; }
span { border-color: rgb(77,43,41); }
td.TdClassName
{
border-color: #4D2B29;
}
.TagClassName
{
border-color: #4D2B29;
}
</style>