Shades of Espresso #4B2C24
Tints of Espresso #4B2C24
RGB
CMYK
RGB Variations
Color information
#4B2C24 (or 0x4B2C24) is known color: Espresso. HEX triplet: 4B, 2C and 24. RGB value is (75,44,36). Sum of RGB (Red+Green+Blue) = 75+44+36=155 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.39% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2C24 is #B4D3DB. Grayscale: #343434. Windows color (decimal): -11850716 or 2370635. OLE color: 2370635.
HSL color Cylindrical-coordinate representation of color #4B2C24: hue angle of 12.31º 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 #4B2C24 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 44 | 36 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.71 |
| HSL | 12.31º | 0.35% | 0.22% | - |
| HSV(B) | 12.31º | 0.52% | 0.29% | - |
| XYZ | 4.12 | 3.42 | 2.11 | - |
| YUV | 52.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 44 | 36 | 0 | 0.41 | 0.52 | 0.71 | 12.31 | 0.35 | 0.22 |
| Hex | 4B | 2C | 24 | 0 | 29 | 34 | 47 | C | 23 | 16 |
| Octal | 113 | 54 | 44 | 0 | 51 | 64 | 107 | 14 | 43 | 26 |
| Binary | 1001011 | 101100 | 100100 | 0 | 101001 | 110100 | 1000111 | 1100 | 100011 | 10110 |
Color Harmonies of #4B2C24
Complementary color
Monochromatic Colors of #4B2C24
Black with #4B2C24
Text Example
Text Example
White with #4B2C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2C24; }
p { color: rgb(75,44,36); }
H1.HeaderClassName
{
color: #4B2C24;
}
.AnyTagClassName
{
color: #4B2C24;
}
</style>
background-color css
<style>
a { background-color: #4B2C24; }
a { background-color: rgb(75,44,36); }
div.DivClassName
{
background-color: #4B2C24;
}
.BgClassName
{
background-color: #4B2C24;
}
</style>
border-color css
<style>
span { border-color: #4B2C24; }
span { border-color: rgb(75,44,36); }
td.TdClassName
{
border-color: #4B2C24;
}
.TagClassName
{
border-color: #4B2C24;
}
</style>