Shades of Espresso #4D3332
Tints of Espresso #4D3332
RGB
CMYK
RGB Variations
Color information
#4D3332 (or 0x4D3332) is known color: Espresso. HEX triplet: 4D, 33 and 32. RGB value is (77,51,50). Sum of RGB (Red+Green+Blue) = 77+51+50=178 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.26% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3332 is #B2CCCD. Grayscale: #3A3A3A. Windows color (decimal): -11717838 or 3289933. OLE color: 3289933.
HSL color Cylindrical-coordinate representation of color #4D3332: hue angle of 2.22º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D3332 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 51 | 50 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.70 |
| HSL | 2.22º | 0.21% | 0.25% | - |
| HSV(B) | 2.22º | 0.35% | 0.3% | - |
| XYZ | 4.82 | 4.18 | 3.57 | - |
| YUV | 58.66 | 123.11 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 50 | 0 | 0.34 | 0.35 | 0.70 | 2.22 | 0.21 | 0.25 |
| Hex | 4D | 33 | 32 | 0 | 22 | 23 | 46 | 2 | 15 | 19 |
| Octal | 115 | 63 | 62 | 0 | 42 | 43 | 106 | 2 | 25 | 31 |
| Binary | 1001101 | 110011 | 110010 | 0 | 100010 | 100011 | 1000110 | 10 | 10101 | 11001 |
Color Harmonies of #4D3332
Complementary color
Monochromatic Colors of #4D3332
Black with #4D3332
Text Example
Text Example
White with #4D3332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3332; }
p { color: rgb(77,51,50); }
H1.HeaderClassName
{
color: #4D3332;
}
.AnyTagClassName
{
color: #4D3332;
}
</style>
background-color css
<style>
a { background-color: #4D3332; }
a { background-color: rgb(77,51,50); }
div.DivClassName
{
background-color: #4D3332;
}
.BgClassName
{
background-color: #4D3332;
}
</style>
border-color css
<style>
span { border-color: #4D3332; }
span { border-color: rgb(77,51,50); }
td.TdClassName
{
border-color: #4D3332;
}
.TagClassName
{
border-color: #4D3332;
}
</style>