Shades of Espresso #4B2E29
Tints of Espresso #4B2E29
RGB
CMYK
RGB Variations
Color information
#4B2E29 (or 0x4B2E29) is known color: Espresso. HEX triplet: 4B, 2E and 29. RGB value is (75,46,41). Sum of RGB (Red+Green+Blue) = 75+46+41=162 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.30% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2E29 is #B4D1D6. Grayscale: #363636. Windows color (decimal): -11850199 or 2698827. OLE color: 2698827.
HSL color Cylindrical-coordinate representation of color #4B2E29: hue angle of 8.82º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B2E29 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 46 | 41 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.71 |
| HSL | 8.82º | 0.29% | 0.23% | - |
| HSV(B) | 8.82º | 0.45% | 0.29% | - |
| XYZ | 4.28 | 3.61 | 2.57 | - |
| YUV | 54.1 | 120.61 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 46 | 41 | 0 | 0.39 | 0.45 | 0.71 | 8.82 | 0.29 | 0.23 |
| Hex | 4B | 2E | 29 | 0 | 27 | 2D | 47 | 9 | 1D | 17 |
| Octal | 113 | 56 | 51 | 0 | 47 | 55 | 107 | 11 | 35 | 27 |
| Binary | 1001011 | 101110 | 101001 | 0 | 100111 | 101101 | 1000111 | 1001 | 11101 | 10111 |
Color Harmonies of #4B2E29
Complementary color
Monochromatic Colors of #4B2E29
Black with #4B2E29
Text Example
Text Example
White with #4B2E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2E29; }
p { color: rgb(75,46,41); }
H1.HeaderClassName
{
color: #4B2E29;
}
.AnyTagClassName
{
color: #4B2E29;
}
</style>
background-color css
<style>
a { background-color: #4B2E29; }
a { background-color: rgb(75,46,41); }
div.DivClassName
{
background-color: #4B2E29;
}
.BgClassName
{
background-color: #4B2E29;
}
</style>
border-color css
<style>
span { border-color: #4B2E29; }
span { border-color: rgb(75,46,41); }
td.TdClassName
{
border-color: #4B2E29;
}
.TagClassName
{
border-color: #4B2E29;
}
</style>