Shades of Espresso #4B2D2A
Tints of Espresso #4B2D2A
RGB
CMYK
RGB Variations
Color information
#4B2D2A (or 0x4B2D2A) is known color: Espresso. HEX triplet: 4B, 2D and 2A. RGB value is (75,45,42). Sum of RGB (Red+Green+Blue) = 75+45+42=162 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.30% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2D2A is #B4D2D5. Grayscale: #353535. Windows color (decimal): -11850454 or 2764107. OLE color: 2764107.
HSL color Cylindrical-coordinate representation of color #4B2D2A: hue angle of 5.45º 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 #4B2D2A is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 45 | 42 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.71 |
| HSL | 5.45º | 0.28% | 0.23% | - |
| HSV(B) | 5.45º | 0.44% | 0.29% | - |
| XYZ | 4.26 | 3.54 | 2.65 | - |
| YUV | 53.63 | 121.44 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 45 | 42 | 0 | 0.40 | 0.44 | 0.71 | 5.45 | 0.28 | 0.23 |
| Hex | 4B | 2D | 2A | 0 | 28 | 2C | 47 | 5 | 1C | 17 |
| Octal | 113 | 55 | 52 | 0 | 50 | 54 | 107 | 5 | 34 | 27 |
| Binary | 1001011 | 101101 | 101010 | 0 | 101000 | 101100 | 1000111 | 101 | 11100 | 10111 |
Color Harmonies of #4B2D2A
Complementary color
Monochromatic Colors of #4B2D2A
Black with #4B2D2A
Text Example
Text Example
White with #4B2D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2D2A; }
p { color: rgb(75,45,42); }
H1.HeaderClassName
{
color: #4B2D2A;
}
.AnyTagClassName
{
color: #4B2D2A;
}
</style>
background-color css
<style>
a { background-color: #4B2D2A; }
a { background-color: rgb(75,45,42); }
div.DivClassName
{
background-color: #4B2D2A;
}
.BgClassName
{
background-color: #4B2D2A;
}
</style>
border-color css
<style>
span { border-color: #4B2D2A; }
span { border-color: rgb(75,45,42); }
td.TdClassName
{
border-color: #4B2D2A;
}
.TagClassName
{
border-color: #4B2D2A;
}
</style>