Shades of Espresso #4D332D
Tints of Espresso #4D332D
RGB
CMYK
RGB Variations
Color information
#4D332D (or 0x4D332D) is known color: Espresso. HEX triplet: 4D, 33 and 2D. RGB value is (77,51,45). Sum of RGB (Red+Green+Blue) = 77+51+45=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 77 - color contains mainly: red. Hex color #4D332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D332D is #B2CCD2. Grayscale: #3A3A3A. Windows color (decimal): -11717843 or 2962253. OLE color: 2962253.
HSL color Cylindrical-coordinate representation of color #4D332D: hue angle of 11.25º 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 #4D332D is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 51 | 45 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.70 |
| HSL | 11.25º | 0.26% | 0.24% | - |
| HSV(B) | 11.25º | 0.42% | 0.3% | - |
| XYZ | 4.72 | 4.13 | 3.03 | - |
| YUV | 58.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 45 | 0 | 0.34 | 0.42 | 0.70 | 11.25 | 0.26 | 0.24 |
| Hex | 4D | 33 | 2D | 0 | 22 | 2A | 46 | B | 1A | 18 |
| Octal | 115 | 63 | 55 | 0 | 42 | 52 | 106 | 13 | 32 | 30 |
| Binary | 1001101 | 110011 | 101101 | 0 | 100010 | 101010 | 1000110 | 1011 | 11010 | 11000 |
Color Harmonies of #4D332D
Complementary color
Monochromatic Colors of #4D332D
Black with #4D332D
Text Example
Text Example
White with #4D332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D332D; }
p { color: rgb(77,51,45); }
H1.HeaderClassName
{
color: #4D332D;
}
.AnyTagClassName
{
color: #4D332D;
}
</style>
background-color css
<style>
a { background-color: #4D332D; }
a { background-color: rgb(77,51,45); }
div.DivClassName
{
background-color: #4D332D;
}
.BgClassName
{
background-color: #4D332D;
}
</style>
border-color css
<style>
span { border-color: #4D332D; }
span { border-color: rgb(77,51,45); }
td.TdClassName
{
border-color: #4D332D;
}
.TagClassName
{
border-color: #4D332D;
}
</style>