Shades of Espresso #4D302D
Tints of Espresso #4D302D
RGB
CMYK
RGB Variations
Color information
#4D302D (or 0x4D302D) is known color: Espresso. HEX triplet: 4D, 30 and 2D. RGB value is (77,48,45). Sum of RGB (Red+Green+Blue) = 77+48+45=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 77 - color contains mainly: red. Hex color #4D302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D302D is #B2CFD2. Grayscale: #383838. Windows color (decimal): -11718611 or 2961485. OLE color: 2961485.
HSL color Cylindrical-coordinate representation of color #4D302D: hue angle of 5.62º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D302D is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 48 | 45 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.70 |
| HSL | 5.63º | 0.26% | 0.24% | - |
| HSV(B) | 5.63º | 0.42% | 0.3% | - |
| XYZ | 4.59 | 3.88 | 2.99 | - |
| YUV | 56.33 | 121.61 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 48 | 45 | 0 | 0.38 | 0.42 | 0.70 | 5.63 | 0.26 | 0.24 |
| Hex | 4D | 30 | 2D | 0 | 26 | 2A | 46 | 6 | 1A | 18 |
| Octal | 115 | 60 | 55 | 0 | 46 | 52 | 106 | 6 | 32 | 30 |
| Binary | 1001101 | 110000 | 101101 | 0 | 100110 | 101010 | 1000110 | 110 | 11010 | 11000 |
Color Harmonies of #4D302D
Complementary color
Monochromatic Colors of #4D302D
Black with #4D302D
Text Example
Text Example
White with #4D302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D302D; }
p { color: rgb(77,48,45); }
H1.HeaderClassName
{
color: #4D302D;
}
.AnyTagClassName
{
color: #4D302D;
}
</style>
background-color css
<style>
a { background-color: #4D302D; }
a { background-color: rgb(77,48,45); }
div.DivClassName
{
background-color: #4D302D;
}
.BgClassName
{
background-color: #4D302D;
}
</style>
border-color css
<style>
span { border-color: #4D302D; }
span { border-color: rgb(77,48,45); }
td.TdClassName
{
border-color: #4D302D;
}
.TagClassName
{
border-color: #4D302D;
}
</style>