Shades of Espresso #4F312D
Tints of Espresso #4F312D
RGB
CMYK
RGB Variations
Color information
#4F312D (or 0x4F312D) is known color: Espresso. HEX triplet: 4F, 31 and 2D. RGB value is (79,49,45). Sum of RGB (Red+Green+Blue) = 79+49+45=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F312D is #B0CED2. Grayscale: #393939. Windows color (decimal): -11587283 or 2961743. OLE color: 2961743.
HSL color Cylindrical-coordinate representation of color #4F312D: hue angle of 7.06º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F312D is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 49 | 45 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.69 |
| HSL | 7.06º | 0.27% | 0.24% | - |
| HSV(B) | 7.06º | 0.43% | 0.31% | - |
| XYZ | 4.8 | 4.05 | 3.01 | - |
| YUV | 57.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 49 | 45 | 0 | 0.38 | 0.43 | 0.69 | 7.06 | 0.27 | 0.24 |
| Hex | 4F | 31 | 2D | 0 | 26 | 2B | 45 | 7 | 1B | 18 |
| Octal | 117 | 61 | 55 | 0 | 46 | 53 | 105 | 7 | 33 | 30 |
| Binary | 1001111 | 110001 | 101101 | 0 | 100110 | 101011 | 1000101 | 111 | 11011 | 11000 |
Color Harmonies of #4F312D
Complementary color
Monochromatic Colors of #4F312D
Black with #4F312D
Text Example
Text Example
White with #4F312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F312D; }
p { color: rgb(79,49,45); }
H1.HeaderClassName
{
color: #4F312D;
}
.AnyTagClassName
{
color: #4F312D;
}
</style>
background-color css
<style>
a { background-color: #4F312D; }
a { background-color: rgb(79,49,45); }
div.DivClassName
{
background-color: #4F312D;
}
.BgClassName
{
background-color: #4F312D;
}
</style>
border-color css
<style>
span { border-color: #4F312D; }
span { border-color: rgb(79,49,45); }
td.TdClassName
{
border-color: #4F312D;
}
.TagClassName
{
border-color: #4F312D;
}
</style>