Shades of Espresso #4C2F26
Tints of Espresso #4C2F26
RGB
CMYK
RGB Variations
Color information
#4C2F26 (or 0x4C2F26) is known color: Espresso. HEX triplet: 4C, 2F and 26. RGB value is (76,47,38). Sum of RGB (Red+Green+Blue) = 76+47+38=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2F26 is #B3D0D9. Grayscale: #363636. Windows color (decimal): -11784410 or 2502476. OLE color: 2502476.
HSL color Cylindrical-coordinate representation of color #4C2F26: hue angle of 14.21º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C2F26 is Cyan = 0, Magento = 0.38, Yellow = 0.5 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 47 | 38 | - |
| CMYK | 0 | 0.38 | 0.5 | 0.70 |
| HSL | 14.21º | 0.33% | 0.22% | - |
| HSV(B) | 14.21º | 0.5% | 0.3% | - |
| XYZ | 4.35 | 3.71 | 2.32 | - |
| YUV | 54.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 47 | 38 | 0 | 0.38 | 0.5 | 0.70 | 14.21 | 0.33 | 0.22 |
| Hex | 4C | 2F | 26 | 0 | 26 | 32 | 46 | E | 21 | 16 |
| Octal | 114 | 57 | 46 | 0 | 46 | 62 | 106 | 16 | 41 | 26 |
| Binary | 1001100 | 101111 | 100110 | 0 | 100110 | 110010 | 1000110 | 1110 | 100001 | 10110 |
Color Harmonies of #4C2F26
Complementary color
Monochromatic Colors of #4C2F26
Black with #4C2F26
Text Example
Text Example
White with #4C2F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2F26; }
p { color: rgb(76,47,38); }
H1.HeaderClassName
{
color: #4C2F26;
}
.AnyTagClassName
{
color: #4C2F26;
}
</style>
background-color css
<style>
a { background-color: #4C2F26; }
a { background-color: rgb(76,47,38); }
div.DivClassName
{
background-color: #4C2F26;
}
.BgClassName
{
background-color: #4C2F26;
}
</style>
border-color css
<style>
span { border-color: #4C2F26; }
span { border-color: rgb(76,47,38); }
td.TdClassName
{
border-color: #4C2F26;
}
.TagClassName
{
border-color: #4C2F26;
}
</style>