Shades of Espresso #4B2A24
Tints of Espresso #4B2A24
RGB
CMYK
RGB Variations
Color information
#4B2A24 (or 0x4B2A24) is known color: Espresso. HEX triplet: 4B, 2A and 24. RGB value is (75,42,36). Sum of RGB (Red+Green+Blue) = 75+42+36=153 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.02% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2A24 is #B4D5DB. Grayscale: #333333. Windows color (decimal): -11851228 or 2370123. OLE color: 2370123.
HSL color Cylindrical-coordinate representation of color #4B2A24: hue angle of 9.23º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B2A24 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 42 | 36 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.71 |
| HSL | 9.23º | 0.35% | 0.22% | - |
| HSV(B) | 9.23º | 0.52% | 0.29% | - |
| XYZ | 4.05 | 3.28 | 2.09 | - |
| YUV | 51.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 42 | 36 | 0 | 0.44 | 0.52 | 0.71 | 9.23 | 0.35 | 0.22 |
| Hex | 4B | 2A | 24 | 0 | 2C | 34 | 47 | 9 | 23 | 16 |
| Octal | 113 | 52 | 44 | 0 | 54 | 64 | 107 | 11 | 43 | 26 |
| Binary | 1001011 | 101010 | 100100 | 0 | 101100 | 110100 | 1000111 | 1001 | 100011 | 10110 |
Color Harmonies of #4B2A24
Complementary color
Monochromatic Colors of #4B2A24
Black with #4B2A24
Text Example
Text Example
White with #4B2A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2A24; }
p { color: rgb(75,42,36); }
H1.HeaderClassName
{
color: #4B2A24;
}
.AnyTagClassName
{
color: #4B2A24;
}
</style>
background-color css
<style>
a { background-color: #4B2A24; }
a { background-color: rgb(75,42,36); }
div.DivClassName
{
background-color: #4B2A24;
}
.BgClassName
{
background-color: #4B2A24;
}
</style>
border-color css
<style>
span { border-color: #4B2A24; }
span { border-color: rgb(75,42,36); }
td.TdClassName
{
border-color: #4B2A24;
}
.TagClassName
{
border-color: #4B2A24;
}
</style>