Shades of Espresso #4C2D29
Tints of Espresso #4C2D29
RGB
CMYK
RGB Variations
Color information
#4C2D29 (or 0x4C2D29) is known color: Espresso. HEX triplet: 4C, 2D and 29. RGB value is (76,45,41). Sum of RGB (Red+Green+Blue) = 76+45+41=162 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.91% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2D29 is #B3D2D6. Grayscale: #353535. Windows color (decimal): -11784919 or 2698572. OLE color: 2698572.
HSL color Cylindrical-coordinate representation of color #4C2D29: hue angle of 6.86º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C2D29 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 45 | 41 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.70 |
| HSL | 6.86º | 0.3% | 0.23% | - |
| HSV(B) | 6.86º | 0.46% | 0.3% | - |
| XYZ | 4.32 | 3.57 | 2.56 | - |
| YUV | 53.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 45 | 41 | 0 | 0.41 | 0.46 | 0.70 | 6.86 | 0.3 | 0.23 |
| Hex | 4C | 2D | 29 | 0 | 29 | 2E | 46 | 7 | 1E | 17 |
| Octal | 114 | 55 | 51 | 0 | 51 | 56 | 106 | 7 | 36 | 27 |
| Binary | 1001100 | 101101 | 101001 | 0 | 101001 | 101110 | 1000110 | 111 | 11110 | 10111 |
Color Harmonies of #4C2D29
Complementary color
Monochromatic Colors of #4C2D29
Black with #4C2D29
Text Example
Text Example
White with #4C2D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2D29; }
p { color: rgb(76,45,41); }
H1.HeaderClassName
{
color: #4C2D29;
}
.AnyTagClassName
{
color: #4C2D29;
}
</style>
background-color css
<style>
a { background-color: #4C2D29; }
a { background-color: rgb(76,45,41); }
div.DivClassName
{
background-color: #4C2D29;
}
.BgClassName
{
background-color: #4C2D29;
}
</style>
border-color css
<style>
span { border-color: #4C2D29; }
span { border-color: rgb(76,45,41); }
td.TdClassName
{
border-color: #4C2D29;
}
.TagClassName
{
border-color: #4C2D29;
}
</style>