Shades of Espresso #4F2A25
Tints of Espresso #4F2A25
RGB
CMYK
RGB Variations
Color information
#4F2A25 (or 0x4F2A25) is known color: Espresso. HEX triplet: 4F, 2A and 25. RGB value is (79,42,37). Sum of RGB (Red+Green+Blue) = 79+42+37=158 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50% from 158); Green value is 42 (16.80% from 255 or 26.58% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2A25 is #B0D5DA. Grayscale: #343434. Windows color (decimal): -11589083 or 2435663. OLE color: 2435663.
HSL color Cylindrical-coordinate representation of color #4F2A25: hue angle of 7.14º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F2A25 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 42 | 37 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.69 |
| HSL | 7.14º | 0.36% | 0.23% | - |
| HSV(B) | 7.14º | 0.53% | 0.31% | - |
| XYZ | 4.39 | 3.45 | 2.19 | - |
| YUV | 52.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 42 | 37 | 0 | 0.47 | 0.53 | 0.69 | 7.14 | 0.36 | 0.23 |
| Hex | 4F | 2A | 25 | 0 | 2F | 35 | 45 | 7 | 24 | 17 |
| Octal | 117 | 52 | 45 | 0 | 57 | 65 | 105 | 7 | 44 | 27 |
| Binary | 1001111 | 101010 | 100101 | 0 | 101111 | 110101 | 1000101 | 111 | 100100 | 10111 |
Color Harmonies of #4F2A25
Complementary color
Monochromatic Colors of #4F2A25
Black with #4F2A25
Text Example
Text Example
White with #4F2A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2A25; }
p { color: rgb(79,42,37); }
H1.HeaderClassName
{
color: #4F2A25;
}
.AnyTagClassName
{
color: #4F2A25;
}
</style>
background-color css
<style>
a { background-color: #4F2A25; }
a { background-color: rgb(79,42,37); }
div.DivClassName
{
background-color: #4F2A25;
}
.BgClassName
{
background-color: #4F2A25;
}
</style>
border-color css
<style>
span { border-color: #4F2A25; }
span { border-color: rgb(79,42,37); }
td.TdClassName
{
border-color: #4F2A25;
}
.TagClassName
{
border-color: #4F2A25;
}
</style>