Shades of Espresso #4C2A23
Tints of Espresso #4C2A23
RGB
CMYK
RGB Variations
Color information
#4C2A23 (or 0x4C2A23) is known color: Espresso. HEX triplet: 4C, 2A and 23. RGB value is (76,42,35). Sum of RGB (Red+Green+Blue) = 76+42+35=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2A23 is #B3D5DC. Grayscale: #333333. Windows color (decimal): -11785693 or 2304588. OLE color: 2304588.
HSL color Cylindrical-coordinate representation of color #4C2A23: hue angle of 10.24º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C2A23 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 42 | 35 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.70 |
| HSL | 10.24º | 0.37% | 0.22% | - |
| HSV(B) | 10.24º | 0.54% | 0.3% | - |
| XYZ | 4.11 | 3.31 | 2.01 | - |
| YUV | 51.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 42 | 35 | 0 | 0.45 | 0.54 | 0.70 | 10.24 | 0.37 | 0.22 |
| Hex | 4C | 2A | 23 | 0 | 2D | 36 | 46 | A | 25 | 16 |
| Octal | 114 | 52 | 43 | 0 | 55 | 66 | 106 | 12 | 45 | 26 |
| Binary | 1001100 | 101010 | 100011 | 0 | 101101 | 110110 | 1000110 | 1010 | 100101 | 10110 |
Color Harmonies of #4C2A23
Complementary color
Monochromatic Colors of #4C2A23
Black with #4C2A23
Text Example
Text Example
White with #4C2A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2A23; }
p { color: rgb(76,42,35); }
H1.HeaderClassName
{
color: #4C2A23;
}
.AnyTagClassName
{
color: #4C2A23;
}
</style>
background-color css
<style>
a { background-color: #4C2A23; }
a { background-color: rgb(76,42,35); }
div.DivClassName
{
background-color: #4C2A23;
}
.BgClassName
{
background-color: #4C2A23;
}
</style>
border-color css
<style>
span { border-color: #4C2A23; }
span { border-color: rgb(76,42,35); }
td.TdClassName
{
border-color: #4C2A23;
}
.TagClassName
{
border-color: #4C2A23;
}
</style>