Shades of Espresso #4A2827
Tints of Espresso #4A2827
RGB
CMYK
RGB Variations
Color information
#4A2827 (or 0x4A2827) is known color: Espresso. HEX triplet: 4A, 28 and 27. RGB value is (74,40,39). Sum of RGB (Red+Green+Blue) = 74+40+39=153 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.37% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2827 is #B5D7D8. Grayscale: #323232. Windows color (decimal): -11917273 or 2566218. OLE color: 2566218.
HSL color Cylindrical-coordinate representation of color #4A2827: hue angle of 1.71º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A2827 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 40 | 39 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.71 |
| HSL | 1.71º | 0.31% | 0.22% | - |
| HSV(B) | 1.71º | 0.47% | 0.29% | - |
| XYZ | 3.95 | 3.12 | 2.31 | - |
| YUV | 50.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 40 | 39 | 0 | 0.46 | 0.47 | 0.71 | 1.71 | 0.31 | 0.22 |
| Hex | 4A | 28 | 27 | 0 | 2E | 2F | 47 | 2 | 1F | 16 |
| Octal | 112 | 50 | 47 | 0 | 56 | 57 | 107 | 2 | 37 | 26 |
| Binary | 1001010 | 101000 | 100111 | 0 | 101110 | 101111 | 1000111 | 10 | 11111 | 10110 |
Color Harmonies of #4A2827
Complementary color
Monochromatic Colors of #4A2827
Black with #4A2827
Text Example
Text Example
White with #4A2827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2827; }
p { color: rgb(74,40,39); }
H1.HeaderClassName
{
color: #4A2827;
}
.AnyTagClassName
{
color: #4A2827;
}
</style>
background-color css
<style>
a { background-color: #4A2827; }
a { background-color: rgb(74,40,39); }
div.DivClassName
{
background-color: #4A2827;
}
.BgClassName
{
background-color: #4A2827;
}
</style>
border-color css
<style>
span { border-color: #4A2827; }
span { border-color: rgb(74,40,39); }
td.TdClassName
{
border-color: #4A2827;
}
.TagClassName
{
border-color: #4A2827;
}
</style>