Shades of Espresso #4A2D2B
Tints of Espresso #4A2D2B
RGB
CMYK
RGB Variations
Color information
#4A2D2B (or 0x4A2D2B) is known color: Espresso. HEX triplet: 4A, 2D and 2B. RGB value is (74,45,43). Sum of RGB (Red+Green+Blue) = 74+45+43=162 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.68% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2D2B is #B5D2D4. Grayscale: #353535. Windows color (decimal): -11915989 or 2829642. OLE color: 2829642.
HSL color Cylindrical-coordinate representation of color #4A2D2B: hue angle of 3.87º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A2D2B is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 45 | 43 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.71 |
| HSL | 3.87º | 0.26% | 0.23% | - |
| HSV(B) | 3.87º | 0.42% | 0.29% | - |
| XYZ | 4.2 | 3.51 | 2.74 | - |
| YUV | 53.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 45 | 43 | 0 | 0.39 | 0.42 | 0.71 | 3.87 | 0.26 | 0.23 |
| Hex | 4A | 2D | 2B | 0 | 27 | 2A | 47 | 4 | 1A | 17 |
| Octal | 112 | 55 | 53 | 0 | 47 | 52 | 107 | 4 | 32 | 27 |
| Binary | 1001010 | 101101 | 101011 | 0 | 100111 | 101010 | 1000111 | 100 | 11010 | 10111 |
Color Harmonies of #4A2D2B
Complementary color
Monochromatic Colors of #4A2D2B
Black with #4A2D2B
Text Example
Text Example
White with #4A2D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2D2B; }
p { color: rgb(74,45,43); }
H1.HeaderClassName
{
color: #4A2D2B;
}
.AnyTagClassName
{
color: #4A2D2B;
}
</style>
background-color css
<style>
a { background-color: #4A2D2B; }
a { background-color: rgb(74,45,43); }
div.DivClassName
{
background-color: #4A2D2B;
}
.BgClassName
{
background-color: #4A2D2B;
}
</style>
border-color css
<style>
span { border-color: #4A2D2B; }
span { border-color: rgb(74,45,43); }
td.TdClassName
{
border-color: #4A2D2B;
}
.TagClassName
{
border-color: #4A2D2B;
}
</style>