Shades of Espresso #4A2E27
Tints of Espresso #4A2E27
RGB
CMYK
RGB Variations
Color information
#4A2E27 (or 0x4A2E27) is known color: Espresso. HEX triplet: 4A, 2E and 27. RGB value is (74,46,39). Sum of RGB (Red+Green+Blue) = 74+46+39=159 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.54% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2E27 is #B5D1D8. Grayscale: #353535. Windows color (decimal): -11915737 or 2567754. OLE color: 2567754.
HSL color Cylindrical-coordinate representation of color #4A2E27: hue angle of 12º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A2E27 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 46 | 39 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.71 |
| HSL | 12º | 0.31% | 0.22% | - |
| HSV(B) | 12º | 0.47% | 0.29% | - |
| XYZ | 4.17 | 3.56 | 2.39 | - |
| YUV | 53.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 46 | 39 | 0 | 0.38 | 0.47 | 0.71 | 12 | 0.31 | 0.22 |
| Hex | 4A | 2E | 27 | 0 | 26 | 2F | 47 | C | 1F | 16 |
| Octal | 112 | 56 | 47 | 0 | 46 | 57 | 107 | 14 | 37 | 26 |
| Binary | 1001010 | 101110 | 100111 | 0 | 100110 | 101111 | 1000111 | 1100 | 11111 | 10110 |
Color Harmonies of #4A2E27
Complementary color
Monochromatic Colors of #4A2E27
Black with #4A2E27
Text Example
Text Example
White with #4A2E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2E27; }
p { color: rgb(74,46,39); }
H1.HeaderClassName
{
color: #4A2E27;
}
.AnyTagClassName
{
color: #4A2E27;
}
</style>
background-color css
<style>
a { background-color: #4A2E27; }
a { background-color: rgb(74,46,39); }
div.DivClassName
{
background-color: #4A2E27;
}
.BgClassName
{
background-color: #4A2E27;
}
</style>
border-color css
<style>
span { border-color: #4A2E27; }
span { border-color: rgb(74,46,39); }
td.TdClassName
{
border-color: #4A2E27;
}
.TagClassName
{
border-color: #4A2E27;
}
</style>