Shades of Espresso #4B2E2A
Tints of Espresso #4B2E2A
RGB
CMYK
RGB Variations
Color information
#4B2E2A (or 0x4B2E2A) is known color: Espresso. HEX triplet: 4B, 2E and 2A. RGB value is (75,46,42). Sum of RGB (Red+Green+Blue) = 75+46+42=163 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.01% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2E2A is #B4D1D5. Grayscale: #363636. Windows color (decimal): -11850198 or 2764363. OLE color: 2764363.
HSL color Cylindrical-coordinate representation of color #4B2E2A: hue angle of 7.27º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B2E2A is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 46 | 42 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.71 |
| HSL | 7.27º | 0.28% | 0.23% | - |
| HSV(B) | 7.27º | 0.44% | 0.29% | - |
| XYZ | 4.3 | 3.62 | 2.66 | - |
| YUV | 54.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 46 | 42 | 0 | 0.39 | 0.44 | 0.71 | 7.27 | 0.28 | 0.23 |
| Hex | 4B | 2E | 2A | 0 | 27 | 2C | 47 | 7 | 1C | 17 |
| Octal | 113 | 56 | 52 | 0 | 47 | 54 | 107 | 7 | 34 | 27 |
| Binary | 1001011 | 101110 | 101010 | 0 | 100111 | 101100 | 1000111 | 111 | 11100 | 10111 |
Color Harmonies of #4B2E2A
Complementary color
Monochromatic Colors of #4B2E2A
Black with #4B2E2A
Text Example
Text Example
White with #4B2E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2E2A; }
p { color: rgb(75,46,42); }
H1.HeaderClassName
{
color: #4B2E2A;
}
.AnyTagClassName
{
color: #4B2E2A;
}
</style>
background-color css
<style>
a { background-color: #4B2E2A; }
a { background-color: rgb(75,46,42); }
div.DivClassName
{
background-color: #4B2E2A;
}
.BgClassName
{
background-color: #4B2E2A;
}
</style>
border-color css
<style>
span { border-color: #4B2E2A; }
span { border-color: rgb(75,46,42); }
td.TdClassName
{
border-color: #4B2E2A;
}
.TagClassName
{
border-color: #4B2E2A;
}
</style>