Shades of Espresso #4F312C
Tints of Espresso #4F312C
RGB
CMYK
RGB Variations
Color information
#4F312C (or 0x4F312C) is known color: Espresso. HEX triplet: 4F, 31 and 2C. RGB value is (79,49,44). Sum of RGB (Red+Green+Blue) = 79+49+44=172 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.93% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 79 - color contains mainly: red. Hex color #4F312C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F312C is #B0CED3. Grayscale: #393939. Windows color (decimal): -11587284 or 2896207. OLE color: 2896207.
HSL color Cylindrical-coordinate representation of color #4F312C: hue angle of 8.57º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F312C is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 49 | 44 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.69 |
| HSL | 8.57º | 0.28% | 0.24% | - |
| HSV(B) | 8.57º | 0.44% | 0.31% | - |
| XYZ | 4.78 | 4.04 | 2.91 | - |
| YUV | 57.4 | 120.44 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 49 | 44 | 0 | 0.38 | 0.44 | 0.69 | 8.57 | 0.28 | 0.24 |
| Hex | 4F | 31 | 2C | 0 | 26 | 2C | 45 | 9 | 1C | 18 |
| Octal | 117 | 61 | 54 | 0 | 46 | 54 | 105 | 11 | 34 | 30 |
| Binary | 1001111 | 110001 | 101100 | 0 | 100110 | 101100 | 1000101 | 1001 | 11100 | 11000 |
Color Harmonies of #4F312C
Complementary color
Monochromatic Colors of #4F312C
Black with #4F312C
Text Example
Text Example
White with #4F312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F312C; }
p { color: rgb(79,49,44); }
H1.HeaderClassName
{
color: #4F312C;
}
.AnyTagClassName
{
color: #4F312C;
}
</style>
background-color css
<style>
a { background-color: #4F312C; }
a { background-color: rgb(79,49,44); }
div.DivClassName
{
background-color: #4F312C;
}
.BgClassName
{
background-color: #4F312C;
}
</style>
border-color css
<style>
span { border-color: #4F312C; }
span { border-color: rgb(79,49,44); }
td.TdClassName
{
border-color: #4F312C;
}
.TagClassName
{
border-color: #4F312C;
}
</style>