Shades of Espresso #4C2E27
Tints of Espresso #4C2E27
RGB
CMYK
RGB Variations
Color information
#4C2E27 (or 0x4C2E27) is known color: Espresso. HEX triplet: 4C, 2E and 27. RGB value is (76,46,39). Sum of RGB (Red+Green+Blue) = 76+46+39=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2E27 is #B3D1D8. Grayscale: #363636. Windows color (decimal): -11784665 or 2567756. OLE color: 2567756.
HSL color Cylindrical-coordinate representation of color #4C2E27: hue angle of 11.35º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C2E27 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 46 | 39 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.70 |
| HSL | 11.35º | 0.32% | 0.23% | - |
| HSV(B) | 11.35º | 0.49% | 0.3% | - |
| XYZ | 4.32 | 3.64 | 2.39 | - |
| YUV | 54.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 46 | 39 | 0 | 0.39 | 0.49 | 0.70 | 11.35 | 0.32 | 0.23 |
| Hex | 4C | 2E | 27 | 0 | 27 | 31 | 46 | B | 20 | 17 |
| Octal | 114 | 56 | 47 | 0 | 47 | 61 | 106 | 13 | 40 | 27 |
| Binary | 1001100 | 101110 | 100111 | 0 | 100111 | 110001 | 1000110 | 1011 | 100000 | 10111 |
Color Harmonies of #4C2E27
Complementary color
Monochromatic Colors of #4C2E27
Black with #4C2E27
Text Example
Text Example
White with #4C2E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2E27; }
p { color: rgb(76,46,39); }
H1.HeaderClassName
{
color: #4C2E27;
}
.AnyTagClassName
{
color: #4C2E27;
}
</style>
background-color css
<style>
a { background-color: #4C2E27; }
a { background-color: rgb(76,46,39); }
div.DivClassName
{
background-color: #4C2E27;
}
.BgClassName
{
background-color: #4C2E27;
}
</style>
border-color css
<style>
span { border-color: #4C2E27; }
span { border-color: rgb(76,46,39); }
td.TdClassName
{
border-color: #4C2E27;
}
.TagClassName
{
border-color: #4C2E27;
}
</style>