Shades of Espresso #4A2E2C
Tints of Espresso #4A2E2C
RGB
CMYK
RGB Variations
Color information
#4A2E2C (or 0x4A2E2C) is known color: Espresso. HEX triplet: 4A, 2E and 2C. RGB value is (74,46,44). Sum of RGB (Red+Green+Blue) = 74+46+44=164 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.12% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2E2C is #B5D1D3. Grayscale: #363636. Windows color (decimal): -11915732 or 2895434. OLE color: 2895434.
HSL color Cylindrical-coordinate representation of color #4A2E2C: hue angle of 4º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A2E2C is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 46 | 44 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.71 |
| HSL | 4º | 0.25% | 0.23% | - |
| HSV(B) | 4º | 0.41% | 0.29% | - |
| XYZ | 4.26 | 3.59 | 2.85 | - |
| YUV | 54.14 | 122.28 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 46 | 44 | 0 | 0.38 | 0.41 | 0.71 | 4 | 0.25 | 0.23 |
| Hex | 4A | 2E | 2C | 0 | 26 | 29 | 47 | 4 | 19 | 17 |
| Octal | 112 | 56 | 54 | 0 | 46 | 51 | 107 | 4 | 31 | 27 |
| Binary | 1001010 | 101110 | 101100 | 0 | 100110 | 101001 | 1000111 | 100 | 11001 | 10111 |
Color Harmonies of #4A2E2C
Complementary color
Monochromatic Colors of #4A2E2C
Black with #4A2E2C
Text Example
Text Example
White with #4A2E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2E2C; }
p { color: rgb(74,46,44); }
H1.HeaderClassName
{
color: #4A2E2C;
}
.AnyTagClassName
{
color: #4A2E2C;
}
</style>
background-color css
<style>
a { background-color: #4A2E2C; }
a { background-color: rgb(74,46,44); }
div.DivClassName
{
background-color: #4A2E2C;
}
.BgClassName
{
background-color: #4A2E2C;
}
</style>
border-color css
<style>
span { border-color: #4A2E2C; }
span { border-color: rgb(74,46,44); }
td.TdClassName
{
border-color: #4A2E2C;
}
.TagClassName
{
border-color: #4A2E2C;
}
</style>