Shades of Espresso #4C2B27
Tints of Espresso #4C2B27
RGB
CMYK
RGB Variations
Color information
#4C2B27 (or 0x4C2B27) is known color: Espresso. HEX triplet: 4C, 2B and 27. RGB value is (76,43,39). Sum of RGB (Red+Green+Blue) = 76+43+39=158 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.10% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2B27 is #B3D4D8. Grayscale: #343434. Windows color (decimal): -11785433 or 2566988. OLE color: 2566988.
HSL color Cylindrical-coordinate representation of color #4C2B27: hue angle of 6.49º 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 #4C2B27 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 43 | 39 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.70 |
| HSL | 6.49º | 0.32% | 0.23% | - |
| HSV(B) | 6.49º | 0.49% | 0.3% | - |
| XYZ | 4.21 | 3.41 | 2.36 | - |
| YUV | 52.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 43 | 39 | 0 | 0.43 | 0.49 | 0.70 | 6.49 | 0.32 | 0.23 |
| Hex | 4C | 2B | 27 | 0 | 2B | 31 | 46 | 6 | 20 | 17 |
| Octal | 114 | 53 | 47 | 0 | 53 | 61 | 106 | 6 | 40 | 27 |
| Binary | 1001100 | 101011 | 100111 | 0 | 101011 | 110001 | 1000110 | 110 | 100000 | 10111 |
Color Harmonies of #4C2B27
Complementary color
Monochromatic Colors of #4C2B27
Black with #4C2B27
Text Example
Text Example
White with #4C2B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2B27; }
p { color: rgb(76,43,39); }
H1.HeaderClassName
{
color: #4C2B27;
}
.AnyTagClassName
{
color: #4C2B27;
}
</style>
background-color css
<style>
a { background-color: #4C2B27; }
a { background-color: rgb(76,43,39); }
div.DivClassName
{
background-color: #4C2B27;
}
.BgClassName
{
background-color: #4C2B27;
}
</style>
border-color css
<style>
span { border-color: #4C2B27; }
span { border-color: rgb(76,43,39); }
td.TdClassName
{
border-color: #4C2B27;
}
.TagClassName
{
border-color: #4C2B27;
}
</style>