Shades of Espresso #4A2F2E
Tints of Espresso #4A2F2E
RGB
CMYK
RGB Variations
Color information
#4A2F2E (or 0x4A2F2E) is known color: Espresso. HEX triplet: 4A, 2F and 2E. RGB value is (74,47,46). Sum of RGB (Red+Green+Blue) = 74+47+46=167 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.31% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2F2E is #B5D0D1. Grayscale: #363636. Windows color (decimal): -11915474 or 3026762. OLE color: 3026762.
HSL color Cylindrical-coordinate representation of color #4A2F2E: hue angle of 2.14º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A2F2E is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 47 | 46 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.71 |
| HSL | 2.14º | 0.23% | 0.24% | - |
| HSV(B) | 2.14º | 0.38% | 0.29% | - |
| XYZ | 4.33 | 3.69 | 3.07 | - |
| YUV | 54.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 47 | 46 | 0 | 0.36 | 0.38 | 0.71 | 2.14 | 0.23 | 0.24 |
| Hex | 4A | 2F | 2E | 0 | 24 | 26 | 47 | 2 | 17 | 18 |
| Octal | 112 | 57 | 56 | 0 | 44 | 46 | 107 | 2 | 27 | 30 |
| Binary | 1001010 | 101111 | 101110 | 0 | 100100 | 100110 | 1000111 | 10 | 10111 | 11000 |
Color Harmonies of #4A2F2E
Complementary color
Monochromatic Colors of #4A2F2E
Black with #4A2F2E
Text Example
Text Example
White with #4A2F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2F2E; }
p { color: rgb(74,47,46); }
H1.HeaderClassName
{
color: #4A2F2E;
}
.AnyTagClassName
{
color: #4A2F2E;
}
</style>
background-color css
<style>
a { background-color: #4A2F2E; }
a { background-color: rgb(74,47,46); }
div.DivClassName
{
background-color: #4A2F2E;
}
.BgClassName
{
background-color: #4A2F2E;
}
</style>
border-color css
<style>
span { border-color: #4A2F2E; }
span { border-color: rgb(74,47,46); }
td.TdClassName
{
border-color: #4A2F2E;
}
.TagClassName
{
border-color: #4A2F2E;
}
</style>