Shades of Espresso #4F352E
Tints of Espresso #4F352E
RGB
CMYK
RGB Variations
Color information
#4F352E (or 0x4F352E) is known color: Espresso. HEX triplet: 4F, 35 and 2E. RGB value is (79,53,46). Sum of RGB (Red+Green+Blue) = 79+53+46=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 79 - color contains mainly: red. Hex color #4F352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F352E is #B0CAD1. Grayscale: #3C3C3C. Windows color (decimal): -11586258 or 3028303. OLE color: 3028303.
HSL color Cylindrical-coordinate representation of color #4F352E: hue angle of 12.73º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F352E is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 53 | 46 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.69 |
| HSL | 12.73º | 0.26% | 0.25% | - |
| HSV(B) | 12.73º | 0.42% | 0.31% | - |
| XYZ | 4.99 | 4.41 | 3.17 | - |
| YUV | 59.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 53 | 46 | 0 | 0.33 | 0.42 | 0.69 | 12.73 | 0.26 | 0.25 |
| Hex | 4F | 35 | 2E | 0 | 21 | 2A | 45 | D | 1A | 19 |
| Octal | 117 | 65 | 56 | 0 | 41 | 52 | 105 | 15 | 32 | 31 |
| Binary | 1001111 | 110101 | 101110 | 0 | 100001 | 101010 | 1000101 | 1101 | 11010 | 11001 |
Color Harmonies of #4F352E
Complementary color
Monochromatic Colors of #4F352E
Black with #4F352E
Text Example
Text Example
White with #4F352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F352E; }
p { color: rgb(79,53,46); }
H1.HeaderClassName
{
color: #4F352E;
}
.AnyTagClassName
{
color: #4F352E;
}
</style>
background-color css
<style>
a { background-color: #4F352E; }
a { background-color: rgb(79,53,46); }
div.DivClassName
{
background-color: #4F352E;
}
.BgClassName
{
background-color: #4F352E;
}
</style>
border-color css
<style>
span { border-color: #4F352E; }
span { border-color: rgb(79,53,46); }
td.TdClassName
{
border-color: #4F352E;
}
.TagClassName
{
border-color: #4F352E;
}
</style>