Shades of Espresso #4B2D26
Tints of Espresso #4B2D26
RGB
CMYK
RGB Variations
Color information
#4B2D26 (or 0x4B2D26) is known color: Espresso. HEX triplet: 4B, 2D and 26. RGB value is (75,45,38). Sum of RGB (Red+Green+Blue) = 75+45+38=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2D26 is #B4D2D9. Grayscale: #353535. Windows color (decimal): -11850458 or 2501963. OLE color: 2501963.
HSL color Cylindrical-coordinate representation of color #4B2D26: hue angle of 11.35º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B2D26 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 45 | 38 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.71 |
| HSL | 11.35º | 0.33% | 0.22% | - |
| HSV(B) | 11.35º | 0.49% | 0.29% | - |
| XYZ | 4.19 | 3.51 | 2.29 | - |
| YUV | 53.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 45 | 38 | 0 | 0.40 | 0.49 | 0.71 | 11.35 | 0.33 | 0.22 |
| Hex | 4B | 2D | 26 | 0 | 28 | 31 | 47 | B | 21 | 16 |
| Octal | 113 | 55 | 46 | 0 | 50 | 61 | 107 | 13 | 41 | 26 |
| Binary | 1001011 | 101101 | 100110 | 0 | 101000 | 110001 | 1000111 | 1011 | 100001 | 10110 |
Color Harmonies of #4B2D26
Complementary color
Monochromatic Colors of #4B2D26
Black with #4B2D26
Text Example
Text Example
White with #4B2D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2D26; }
p { color: rgb(75,45,38); }
H1.HeaderClassName
{
color: #4B2D26;
}
.AnyTagClassName
{
color: #4B2D26;
}
</style>
background-color css
<style>
a { background-color: #4B2D26; }
a { background-color: rgb(75,45,38); }
div.DivClassName
{
background-color: #4B2D26;
}
.BgClassName
{
background-color: #4B2D26;
}
</style>
border-color css
<style>
span { border-color: #4B2D26; }
span { border-color: rgb(75,45,38); }
td.TdClassName
{
border-color: #4B2D26;
}
.TagClassName
{
border-color: #4B2D26;
}
</style>