Shades of Espresso #4C2E2C
Tints of Espresso #4C2E2C
RGB
CMYK
RGB Variations
Color information
#4C2E2C (or 0x4C2E2C) is known color: Espresso. HEX triplet: 4C, 2E and 2C. RGB value is (76,46,44). Sum of RGB (Red+Green+Blue) = 76+46+44=166 (21% of max value = 765). Red value is 76 (30.08% from 255 or 45.78% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2E2C is #B3D1D3. Grayscale: #363636. Windows color (decimal): -11784660 or 2895436. OLE color: 2895436.
HSL color Cylindrical-coordinate representation of color #4C2E2C: hue angle of 3.75º degrees, saturation: 0.27, 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 #4C2E2C is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 46 | 44 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.70 |
| HSL | 3.75º | 0.27% | 0.24% | - |
| HSV(B) | 3.75º | 0.42% | 0.3% | - |
| XYZ | 4.41 | 3.67 | 2.86 | - |
| YUV | 54.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 46 | 44 | 0 | 0.39 | 0.42 | 0.70 | 3.75 | 0.27 | 0.24 |
| Hex | 4C | 2E | 2C | 0 | 27 | 2A | 46 | 4 | 1B | 18 |
| Octal | 114 | 56 | 54 | 0 | 47 | 52 | 106 | 4 | 33 | 30 |
| Binary | 1001100 | 101110 | 101100 | 0 | 100111 | 101010 | 1000110 | 100 | 11011 | 11000 |
Color Harmonies of #4C2E2C
Complementary color
Monochromatic Colors of #4C2E2C
Black with #4C2E2C
Text Example
Text Example
White with #4C2E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2E2C; }
p { color: rgb(76,46,44); }
H1.HeaderClassName
{
color: #4C2E2C;
}
.AnyTagClassName
{
color: #4C2E2C;
}
</style>
background-color css
<style>
a { background-color: #4C2E2C; }
a { background-color: rgb(76,46,44); }
div.DivClassName
{
background-color: #4C2E2C;
}
.BgClassName
{
background-color: #4C2E2C;
}
</style>
border-color css
<style>
span { border-color: #4C2E2C; }
span { border-color: rgb(76,46,44); }
td.TdClassName
{
border-color: #4C2E2C;
}
.TagClassName
{
border-color: #4C2E2C;
}
</style>