Shades of Espresso #4F342E
Tints of Espresso #4F342E
RGB
CMYK
RGB Variations
Color information
#4F342E (or 0x4F342E) is known color: Espresso. HEX triplet: 4F, 34 and 2E. RGB value is (79,52,46). Sum of RGB (Red+Green+Blue) = 79+52+46=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 79 - color contains mainly: red. Hex color #4F342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F342E is #B0CBD1. Grayscale: #3B3B3B. Windows color (decimal): -11586514 or 3028047. OLE color: 3028047.
HSL color Cylindrical-coordinate representation of color #4F342E: hue angle of 10.91º 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 #4F342E is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 52 | 46 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.69 |
| HSL | 10.91º | 0.26% | 0.25% | - |
| HSV(B) | 10.91º | 0.42% | 0.31% | - |
| XYZ | 4.95 | 4.32 | 3.16 | - |
| YUV | 59.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 52 | 46 | 0 | 0.34 | 0.42 | 0.69 | 10.91 | 0.26 | 0.25 |
| Hex | 4F | 34 | 2E | 0 | 22 | 2A | 45 | B | 1A | 19 |
| Octal | 117 | 64 | 56 | 0 | 42 | 52 | 105 | 13 | 32 | 31 |
| Binary | 1001111 | 110100 | 101110 | 0 | 100010 | 101010 | 1000101 | 1011 | 11010 | 11001 |
Color Harmonies of #4F342E
Complementary color
Monochromatic Colors of #4F342E
Black with #4F342E
Text Example
Text Example
White with #4F342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F342E; }
p { color: rgb(79,52,46); }
H1.HeaderClassName
{
color: #4F342E;
}
.AnyTagClassName
{
color: #4F342E;
}
</style>
background-color css
<style>
a { background-color: #4F342E; }
a { background-color: rgb(79,52,46); }
div.DivClassName
{
background-color: #4F342E;
}
.BgClassName
{
background-color: #4F342E;
}
</style>
border-color css
<style>
span { border-color: #4F342E; }
span { border-color: rgb(79,52,46); }
td.TdClassName
{
border-color: #4F342E;
}
.TagClassName
{
border-color: #4F342E;
}
</style>