Shades of Espresso #4D312A
Tints of Espresso #4D312A
RGB
CMYK
RGB Variations
Color information
#4D312A (or 0x4D312A) is known color: Espresso. HEX triplet: 4D, 31 and 2A. RGB value is (77,49,42). Sum of RGB (Red+Green+Blue) = 77+49+42=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 77 - color contains mainly: red. Hex color #4D312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D312A is #B2CED5. Grayscale: #383838. Windows color (decimal): -11718358 or 2765133. OLE color: 2765133.
HSL color Cylindrical-coordinate representation of color #4D312A: hue angle of 12º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D312A is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 49 | 42 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.70 |
| HSL | 12º | 0.29% | 0.23% | - |
| HSV(B) | 12º | 0.45% | 0.3% | - |
| XYZ | 4.58 | 3.94 | 2.71 | - |
| YUV | 56.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 49 | 42 | 0 | 0.36 | 0.45 | 0.70 | 12 | 0.29 | 0.23 |
| Hex | 4D | 31 | 2A | 0 | 24 | 2D | 46 | C | 1D | 17 |
| Octal | 115 | 61 | 52 | 0 | 44 | 55 | 106 | 14 | 35 | 27 |
| Binary | 1001101 | 110001 | 101010 | 0 | 100100 | 101101 | 1000110 | 1100 | 11101 | 10111 |
Color Harmonies of #4D312A
Complementary color
Monochromatic Colors of #4D312A
Black with #4D312A
Text Example
Text Example
White with #4D312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D312A; }
p { color: rgb(77,49,42); }
H1.HeaderClassName
{
color: #4D312A;
}
.AnyTagClassName
{
color: #4D312A;
}
</style>
background-color css
<style>
a { background-color: #4D312A; }
a { background-color: rgb(77,49,42); }
div.DivClassName
{
background-color: #4D312A;
}
.BgClassName
{
background-color: #4D312A;
}
</style>
border-color css
<style>
span { border-color: #4D312A; }
span { border-color: rgb(77,49,42); }
td.TdClassName
{
border-color: #4D312A;
}
.TagClassName
{
border-color: #4D312A;
}
</style>