Shades of Espresso #4C2A22
Tints of Espresso #4C2A22
RGB
CMYK
RGB Variations
Color information
#4C2A22 (or 0x4C2A22) is known color: Espresso. HEX triplet: 4C, 2A and 22. RGB value is (76,42,34). Sum of RGB (Red+Green+Blue) = 76+42+34=152 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2A22 is #B3D5DD. Grayscale: #333333. Windows color (decimal): -11785694 or 2239052. OLE color: 2239052.
HSL color Cylindrical-coordinate representation of color #4C2A22: hue angle of 11.43º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C2A22 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 42 | 34 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.70 |
| HSL | 11.43º | 0.38% | 0.22% | - |
| HSV(B) | 11.43º | 0.55% | 0.3% | - |
| XYZ | 4.1 | 3.31 | 1.94 | - |
| YUV | 51.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 42 | 34 | 0 | 0.45 | 0.55 | 0.70 | 11.43 | 0.38 | 0.22 |
| Hex | 4C | 2A | 22 | 0 | 2D | 37 | 46 | B | 26 | 16 |
| Octal | 114 | 52 | 42 | 0 | 55 | 67 | 106 | 13 | 46 | 26 |
| Binary | 1001100 | 101010 | 100010 | 0 | 101101 | 110111 | 1000110 | 1011 | 100110 | 10110 |
Color Harmonies of #4C2A22
Complementary color
Monochromatic Colors of #4C2A22
Black with #4C2A22
Text Example
Text Example
White with #4C2A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2A22; }
p { color: rgb(76,42,34); }
H1.HeaderClassName
{
color: #4C2A22;
}
.AnyTagClassName
{
color: #4C2A22;
}
</style>
background-color css
<style>
a { background-color: #4C2A22; }
a { background-color: rgb(76,42,34); }
div.DivClassName
{
background-color: #4C2A22;
}
.BgClassName
{
background-color: #4C2A22;
}
</style>
border-color css
<style>
span { border-color: #4C2A22; }
span { border-color: rgb(76,42,34); }
td.TdClassName
{
border-color: #4C2A22;
}
.TagClassName
{
border-color: #4C2A22;
}
</style>