Shades of Espresso #4C2725
Tints of Espresso #4C2725
RGB
CMYK
RGB Variations
Color information
#4C2725 (or 0x4C2725) is known color: Espresso. HEX triplet: 4C, 27 and 25. RGB value is (76,39,37). Sum of RGB (Red+Green+Blue) = 76+39+37=152 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2725 is #B3D8DA. Grayscale: #313131. Windows color (decimal): -11786459 or 2434892. OLE color: 2434892.
HSL color Cylindrical-coordinate representation of color #4C2725: hue angle of 3.08º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C2725 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 39 | 37 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.70 |
| HSL | 3.08º | 0.35% | 0.22% | - |
| HSV(B) | 3.08º | 0.51% | 0.3% | - |
| XYZ | 4.04 | 3.12 | 2.14 | - |
| YUV | 49.84 | 120.76 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 39 | 37 | 0 | 0.49 | 0.51 | 0.70 | 3.08 | 0.35 | 0.22 |
| Hex | 4C | 27 | 25 | 0 | 31 | 33 | 46 | 3 | 23 | 16 |
| Octal | 114 | 47 | 45 | 0 | 61 | 63 | 106 | 3 | 43 | 26 |
| Binary | 1001100 | 100111 | 100101 | 0 | 110001 | 110011 | 1000110 | 11 | 100011 | 10110 |
Color Harmonies of #4C2725
Complementary color
Monochromatic Colors of #4C2725
Black with #4C2725
Text Example
Text Example
White with #4C2725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2725; }
p { color: rgb(76,39,37); }
H1.HeaderClassName
{
color: #4C2725;
}
.AnyTagClassName
{
color: #4C2725;
}
</style>
background-color css
<style>
a { background-color: #4C2725; }
a { background-color: rgb(76,39,37); }
div.DivClassName
{
background-color: #4C2725;
}
.BgClassName
{
background-color: #4C2725;
}
</style>
border-color css
<style>
span { border-color: #4C2725; }
span { border-color: rgb(76,39,37); }
td.TdClassName
{
border-color: #4C2725;
}
.TagClassName
{
border-color: #4C2725;
}
</style>