Shades of Espresso #4F312B
Tints of Espresso #4F312B
RGB
CMYK
RGB Variations
Color information
#4F312B (or 0x4F312B) is known color: Espresso. HEX triplet: 4F, 31 and 2B. RGB value is (79,49,43). Sum of RGB (Red+Green+Blue) = 79+49+43=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 79 - color contains mainly: red. Hex color #4F312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F312B is #B0CED4. Grayscale: #393939. Windows color (decimal): -11587285 or 2830671. OLE color: 2830671.
HSL color Cylindrical-coordinate representation of color #4F312B: hue angle of 10º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F312B is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 49 | 43 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.69 |
| HSL | 10º | 0.3% | 0.24% | - |
| HSV(B) | 10º | 0.46% | 0.31% | - |
| XYZ | 4.76 | 4.03 | 2.81 | - |
| YUV | 57.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 49 | 43 | 0 | 0.38 | 0.46 | 0.69 | 10 | 0.3 | 0.24 |
| Hex | 4F | 31 | 2B | 0 | 26 | 2E | 45 | A | 1E | 18 |
| Octal | 117 | 61 | 53 | 0 | 46 | 56 | 105 | 12 | 36 | 30 |
| Binary | 1001111 | 110001 | 101011 | 0 | 100110 | 101110 | 1000101 | 1010 | 11110 | 11000 |
Color Harmonies of #4F312B
Complementary color
Monochromatic Colors of #4F312B
Black with #4F312B
Text Example
Text Example
White with #4F312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F312B; }
p { color: rgb(79,49,43); }
H1.HeaderClassName
{
color: #4F312B;
}
.AnyTagClassName
{
color: #4F312B;
}
</style>
background-color css
<style>
a { background-color: #4F312B; }
a { background-color: rgb(79,49,43); }
div.DivClassName
{
background-color: #4F312B;
}
.BgClassName
{
background-color: #4F312B;
}
</style>
border-color css
<style>
span { border-color: #4F312B; }
span { border-color: rgb(79,49,43); }
td.TdClassName
{
border-color: #4F312B;
}
.TagClassName
{
border-color: #4F312B;
}
</style>