Shades of Espresso #4D302F
Tints of Espresso #4D302F
RGB
CMYK
RGB Variations
Color information
#4D302F (or 0x4D302F) is known color: Espresso. HEX triplet: 4D, 30 and 2F. RGB value is (77,48,47). Sum of RGB (Red+Green+Blue) = 77+48+47=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 77 - color contains mainly: red. Hex color #4D302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D302F is #B2CFD0. Grayscale: #383838. Windows color (decimal): -11718609 or 3092557. OLE color: 3092557.
HSL color Cylindrical-coordinate representation of color #4D302F: hue angle of 2º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D302F is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 48 | 47 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.70 |
| HSL | 2º | 0.24% | 0.24% | - |
| HSV(B) | 2º | 0.39% | 0.3% | - |
| XYZ | 4.63 | 3.9 | 3.2 | - |
| YUV | 56.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 48 | 47 | 0 | 0.38 | 0.39 | 0.70 | 2 | 0.24 | 0.24 |
| Hex | 4D | 30 | 2F | 0 | 26 | 27 | 46 | 2 | 18 | 18 |
| Octal | 115 | 60 | 57 | 0 | 46 | 47 | 106 | 2 | 30 | 30 |
| Binary | 1001101 | 110000 | 101111 | 0 | 100110 | 100111 | 1000110 | 10 | 11000 | 11000 |
Color Harmonies of #4D302F
Complementary color
Monochromatic Colors of #4D302F
Black with #4D302F
Text Example
Text Example
White with #4D302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D302F; }
p { color: rgb(77,48,47); }
H1.HeaderClassName
{
color: #4D302F;
}
.AnyTagClassName
{
color: #4D302F;
}
</style>
background-color css
<style>
a { background-color: #4D302F; }
a { background-color: rgb(77,48,47); }
div.DivClassName
{
background-color: #4D302F;
}
.BgClassName
{
background-color: #4D302F;
}
</style>
border-color css
<style>
span { border-color: #4D302F; }
span { border-color: rgb(77,48,47); }
td.TdClassName
{
border-color: #4D302F;
}
.TagClassName
{
border-color: #4D302F;
}
</style>