Shades of Espresso #4A2725
Tints of Espresso #4A2725
RGB
CMYK
RGB Variations
Color information
#4A2725 (or 0x4A2725) is known color: Espresso. HEX triplet: 4A, 27 and 25. RGB value is (74,39,37). Sum of RGB (Red+Green+Blue) = 74+39+37=150 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.33% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2725 is #B5D8DA. Grayscale: #313131. Windows color (decimal): -11917531 or 2434890. OLE color: 2434890.
HSL color Cylindrical-coordinate representation of color #4A2725: hue angle of 3.24º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A2725 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 39 | 37 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.71 |
| HSL | 3.24º | 0.33% | 0.22% | - |
| HSV(B) | 3.24º | 0.5% | 0.29% | - |
| XYZ | 3.88 | 3.04 | 2.13 | - |
| YUV | 49.24 | 121.1 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 39 | 37 | 0 | 0.47 | 0.50 | 0.71 | 3.24 | 0.33 | 0.22 |
| Hex | 4A | 27 | 25 | 0 | 2F | 32 | 47 | 3 | 21 | 16 |
| Octal | 112 | 47 | 45 | 0 | 57 | 62 | 107 | 3 | 41 | 26 |
| Binary | 1001010 | 100111 | 100101 | 0 | 101111 | 110010 | 1000111 | 11 | 100001 | 10110 |
Color Harmonies of #4A2725
Complementary color
Monochromatic Colors of #4A2725
Black with #4A2725
Text Example
Text Example
White with #4A2725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2725; }
p { color: rgb(74,39,37); }
H1.HeaderClassName
{
color: #4A2725;
}
.AnyTagClassName
{
color: #4A2725;
}
</style>
background-color css
<style>
a { background-color: #4A2725; }
a { background-color: rgb(74,39,37); }
div.DivClassName
{
background-color: #4A2725;
}
.BgClassName
{
background-color: #4A2725;
}
</style>
border-color css
<style>
span { border-color: #4A2725; }
span { border-color: rgb(74,39,37); }
td.TdClassName
{
border-color: #4A2725;
}
.TagClassName
{
border-color: #4A2725;
}
</style>