Shades of Espresso #4B2F27
Tints of Espresso #4B2F27
RGB
CMYK
RGB Variations
Color information
#4B2F27 (or 0x4B2F27) is known color: Espresso. HEX triplet: 4B, 2F and 27. RGB value is (75,47,39). Sum of RGB (Red+Green+Blue) = 75+47+39=161 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.58% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2F27 is #B4D0D8. Grayscale: #363636. Windows color (decimal): -11849945 or 2568011. OLE color: 2568011.
HSL color Cylindrical-coordinate representation of color #4B2F27: hue angle of 13.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B2F27 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 47 | 39 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.71 |
| HSL | 13.33º | 0.32% | 0.22% | - |
| HSV(B) | 13.33º | 0.48% | 0.29% | - |
| XYZ | 4.28 | 3.68 | 2.4 | - |
| YUV | 54.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 47 | 39 | 0 | 0.37 | 0.48 | 0.71 | 13.33 | 0.32 | 0.22 |
| Hex | 4B | 2F | 27 | 0 | 25 | 30 | 47 | D | 20 | 16 |
| Octal | 113 | 57 | 47 | 0 | 45 | 60 | 107 | 15 | 40 | 26 |
| Binary | 1001011 | 101111 | 100111 | 0 | 100101 | 110000 | 1000111 | 1101 | 100000 | 10110 |
Color Harmonies of #4B2F27
Complementary color
Monochromatic Colors of #4B2F27
Black with #4B2F27
Text Example
Text Example
White with #4B2F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2F27; }
p { color: rgb(75,47,39); }
H1.HeaderClassName
{
color: #4B2F27;
}
.AnyTagClassName
{
color: #4B2F27;
}
</style>
background-color css
<style>
a { background-color: #4B2F27; }
a { background-color: rgb(75,47,39); }
div.DivClassName
{
background-color: #4B2F27;
}
.BgClassName
{
background-color: #4B2F27;
}
</style>
border-color css
<style>
span { border-color: #4B2F27; }
span { border-color: rgb(75,47,39); }
td.TdClassName
{
border-color: #4B2F27;
}
.TagClassName
{
border-color: #4B2F27;
}
</style>