Shades of Espresso #4F352F
Tints of Espresso #4F352F
RGB
CMYK
RGB Variations
Color information
#4F352F (or 0x4F352F) is known color: Espresso. HEX triplet: 4F, 35 and 2F. RGB value is (79,53,47). Sum of RGB (Red+Green+Blue) = 79+53+47=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 79 - color contains mainly: red. Hex color #4F352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F352F is #B0CAD0. Grayscale: #3C3C3C. Windows color (decimal): -11586257 or 3093839. OLE color: 3093839.
HSL color Cylindrical-coordinate representation of color #4F352F: hue angle of 11.25º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F352F is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 53 | 47 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.69 |
| HSL | 11.25º | 0.25% | 0.25% | - |
| HSV(B) | 11.25º | 0.41% | 0.31% | - |
| XYZ | 5.01 | 4.41 | 3.28 | - |
| YUV | 60.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 53 | 47 | 0 | 0.33 | 0.41 | 0.69 | 11.25 | 0.25 | 0.25 |
| Hex | 4F | 35 | 2F | 0 | 21 | 29 | 45 | B | 19 | 19 |
| Octal | 117 | 65 | 57 | 0 | 41 | 51 | 105 | 13 | 31 | 31 |
| Binary | 1001111 | 110101 | 101111 | 0 | 100001 | 101001 | 1000101 | 1011 | 11001 | 11001 |
Color Harmonies of #4F352F
Complementary color
Monochromatic Colors of #4F352F
Black with #4F352F
Text Example
Text Example
White with #4F352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F352F; }
p { color: rgb(79,53,47); }
H1.HeaderClassName
{
color: #4F352F;
}
.AnyTagClassName
{
color: #4F352F;
}
</style>
background-color css
<style>
a { background-color: #4F352F; }
a { background-color: rgb(79,53,47); }
div.DivClassName
{
background-color: #4F352F;
}
.BgClassName
{
background-color: #4F352F;
}
</style>
border-color css
<style>
span { border-color: #4F352F; }
span { border-color: rgb(79,53,47); }
td.TdClassName
{
border-color: #4F352F;
}
.TagClassName
{
border-color: #4F352F;
}
</style>