Shades of Espresso #4D3128
Tints of Espresso #4D3128
RGB
CMYK
RGB Variations
Color information
#4D3128 (or 0x4D3128) is known color: Espresso. HEX triplet: 4D, 31 and 28. RGB value is (77,49,40). Sum of RGB (Red+Green+Blue) = 77+49+40=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3128 is #B2CED7. Grayscale: #383838. Windows color (decimal): -11718360 or 2634061. OLE color: 2634061.
HSL color Cylindrical-coordinate representation of color #4D3128: hue angle of 14.59º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D3128 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 49 | 40 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.70 |
| HSL | 14.59º | 0.32% | 0.23% | - |
| HSV(B) | 14.59º | 0.48% | 0.3% | - |
| XYZ | 4.54 | 3.93 | 2.53 | - |
| YUV | 56.35 | 118.78 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 49 | 40 | 0 | 0.36 | 0.48 | 0.70 | 14.59 | 0.32 | 0.23 |
| Hex | 4D | 31 | 28 | 0 | 24 | 30 | 46 | F | 20 | 17 |
| Octal | 115 | 61 | 50 | 0 | 44 | 60 | 106 | 17 | 40 | 27 |
| Binary | 1001101 | 110001 | 101000 | 0 | 100100 | 110000 | 1000110 | 1111 | 100000 | 10111 |
Color Harmonies of #4D3128
Complementary color
Monochromatic Colors of #4D3128
Black with #4D3128
Text Example
Text Example
White with #4D3128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3128; }
p { color: rgb(77,49,40); }
H1.HeaderClassName
{
color: #4D3128;
}
.AnyTagClassName
{
color: #4D3128;
}
</style>
background-color css
<style>
a { background-color: #4D3128; }
a { background-color: rgb(77,49,40); }
div.DivClassName
{
background-color: #4D3128;
}
.BgClassName
{
background-color: #4D3128;
}
</style>
border-color css
<style>
span { border-color: #4D3128; }
span { border-color: rgb(77,49,40); }
td.TdClassName
{
border-color: #4D3128;
}
.TagClassName
{
border-color: #4D3128;
}
</style>