Shades of Espresso #4B2E2C
Tints of Espresso #4B2E2C
RGB
CMYK
RGB Variations
Color information
#4B2E2C (or 0x4B2E2C) is known color: Espresso. HEX triplet: 4B, 2E and 2C. RGB value is (75,46,44). Sum of RGB (Red+Green+Blue) = 75+46+44=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2E2C is #B4D1D3. Grayscale: #363636. Windows color (decimal): -11850196 or 2895435. OLE color: 2895435.
HSL color Cylindrical-coordinate representation of color #4B2E2C: 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.41%. Process color model (Four color, CMYK) of #4B2E2C is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 46 | 44 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.71 |
| HSL | 3.87º | 0.26% | 0.23% | - |
| HSV(B) | 3.87º | 0.41% | 0.29% | - |
| XYZ | 4.33 | 3.63 | 2.86 | - |
| YUV | 54.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 46 | 44 | 0 | 0.39 | 0.41 | 0.71 | 3.87 | 0.26 | 0.23 |
| Hex | 4B | 2E | 2C | 0 | 27 | 29 | 47 | 4 | 1A | 17 |
| Octal | 113 | 56 | 54 | 0 | 47 | 51 | 107 | 4 | 32 | 27 |
| Binary | 1001011 | 101110 | 101100 | 0 | 100111 | 101001 | 1000111 | 100 | 11010 | 10111 |
Color Harmonies of #4B2E2C
Complementary color
Monochromatic Colors of #4B2E2C
Black with #4B2E2C
Text Example
Text Example
White with #4B2E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2E2C; }
p { color: rgb(75,46,44); }
H1.HeaderClassName
{
color: #4B2E2C;
}
.AnyTagClassName
{
color: #4B2E2C;
}
</style>
background-color css
<style>
a { background-color: #4B2E2C; }
a { background-color: rgb(75,46,44); }
div.DivClassName
{
background-color: #4B2E2C;
}
.BgClassName
{
background-color: #4B2E2C;
}
</style>
border-color css
<style>
span { border-color: #4B2E2C; }
span { border-color: rgb(75,46,44); }
td.TdClassName
{
border-color: #4B2E2C;
}
.TagClassName
{
border-color: #4B2E2C;
}
</style>