Shades of Espresso #4B2D28
Tints of Espresso #4B2D28
RGB
CMYK
RGB Variations
Color information
#4B2D28 (or 0x4B2D28) is known color: Espresso. HEX triplet: 4B, 2D and 28. RGB value is (75,45,40). Sum of RGB (Red+Green+Blue) = 75+45+40=160 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.88% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2D28 is #B4D2D7. Grayscale: #353535. Windows color (decimal): -11850456 or 2633035. OLE color: 2633035.
HSL color Cylindrical-coordinate representation of color #4B2D28: hue angle of 8.57º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B2D28 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 45 | 40 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.71 |
| HSL | 8.57º | 0.3% | 0.23% | - |
| HSV(B) | 8.57º | 0.47% | 0.29% | - |
| XYZ | 4.22 | 3.53 | 2.47 | - |
| YUV | 53.4 | 120.44 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 45 | 40 | 0 | 0.40 | 0.47 | 0.71 | 8.57 | 0.3 | 0.23 |
| Hex | 4B | 2D | 28 | 0 | 28 | 2F | 47 | 9 | 1E | 17 |
| Octal | 113 | 55 | 50 | 0 | 50 | 57 | 107 | 11 | 36 | 27 |
| Binary | 1001011 | 101101 | 101000 | 0 | 101000 | 101111 | 1000111 | 1001 | 11110 | 10111 |
Color Harmonies of #4B2D28
Complementary color
Monochromatic Colors of #4B2D28
Black with #4B2D28
Text Example
Text Example
White with #4B2D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2D28; }
p { color: rgb(75,45,40); }
H1.HeaderClassName
{
color: #4B2D28;
}
.AnyTagClassName
{
color: #4B2D28;
}
</style>
background-color css
<style>
a { background-color: #4B2D28; }
a { background-color: rgb(75,45,40); }
div.DivClassName
{
background-color: #4B2D28;
}
.BgClassName
{
background-color: #4B2D28;
}
</style>
border-color css
<style>
span { border-color: #4B2D28; }
span { border-color: rgb(75,45,40); }
td.TdClassName
{
border-color: #4B2D28;
}
.TagClassName
{
border-color: #4B2D28;
}
</style>