Shades of Espresso #4F2C26
Tints of Espresso #4F2C26
RGB
CMYK
RGB Variations
Color information
#4F2C26 (or 0x4F2C26) is known color: Espresso. HEX triplet: 4F, 2C and 26. RGB value is (79,44,38). Sum of RGB (Red+Green+Blue) = 79+44+38=161 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.07% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2C26 is #B0D3D9. Grayscale: #353535. Windows color (decimal): -11588570 or 2501711. OLE color: 2501711.
HSL color Cylindrical-coordinate representation of color #4F2C26: hue angle of 8.78º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F2C26 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 44 | 38 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.69 |
| HSL | 8.78º | 0.35% | 0.23% | - |
| HSV(B) | 8.78º | 0.52% | 0.31% | - |
| XYZ | 4.47 | 3.6 | 2.29 | - |
| YUV | 53.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 44 | 38 | 0 | 0.44 | 0.52 | 0.69 | 8.78 | 0.35 | 0.23 |
| Hex | 4F | 2C | 26 | 0 | 2C | 34 | 45 | 9 | 23 | 17 |
| Octal | 117 | 54 | 46 | 0 | 54 | 64 | 105 | 11 | 43 | 27 |
| Binary | 1001111 | 101100 | 100110 | 0 | 101100 | 110100 | 1000101 | 1001 | 100011 | 10111 |
Color Harmonies of #4F2C26
Complementary color
Monochromatic Colors of #4F2C26
Black with #4F2C26
Text Example
Text Example
White with #4F2C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2C26; }
p { color: rgb(79,44,38); }
H1.HeaderClassName
{
color: #4F2C26;
}
.AnyTagClassName
{
color: #4F2C26;
}
</style>
background-color css
<style>
a { background-color: #4F2C26; }
a { background-color: rgb(79,44,38); }
div.DivClassName
{
background-color: #4F2C26;
}
.BgClassName
{
background-color: #4F2C26;
}
</style>
border-color css
<style>
span { border-color: #4F2C26; }
span { border-color: rgb(79,44,38); }
td.TdClassName
{
border-color: #4F2C26;
}
.TagClassName
{
border-color: #4F2C26;
}
</style>