Shades of Espresso #4A2826
Tints of Espresso #4A2826
RGB
CMYK
RGB Variations
Color information
#4A2826 (or 0x4A2826) is known color: Espresso. HEX triplet: 4A, 28 and 26. RGB value is (74,40,38). Sum of RGB (Red+Green+Blue) = 74+40+38=152 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.68% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2826 is #B5D7D9. Grayscale: #313131. Windows color (decimal): -11917274 or 2500682. OLE color: 2500682.
HSL color Cylindrical-coordinate representation of color #4A2826: hue angle of 3.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A2826 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 40 | 38 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.71 |
| HSL | 3.33º | 0.32% | 0.22% | - |
| HSV(B) | 3.33º | 0.49% | 0.29% | - |
| XYZ | 3.93 | 3.11 | 2.23 | - |
| YUV | 49.94 | 121.26 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 40 | 38 | 0 | 0.46 | 0.49 | 0.71 | 3.33 | 0.32 | 0.22 |
| Hex | 4A | 28 | 26 | 0 | 2E | 31 | 47 | 3 | 20 | 16 |
| Octal | 112 | 50 | 46 | 0 | 56 | 61 | 107 | 3 | 40 | 26 |
| Binary | 1001010 | 101000 | 100110 | 0 | 101110 | 110001 | 1000111 | 11 | 100000 | 10110 |
Color Harmonies of #4A2826
Complementary color
Monochromatic Colors of #4A2826
Black with #4A2826
Text Example
Text Example
White with #4A2826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2826; }
p { color: rgb(74,40,38); }
H1.HeaderClassName
{
color: #4A2826;
}
.AnyTagClassName
{
color: #4A2826;
}
</style>
background-color css
<style>
a { background-color: #4A2826; }
a { background-color: rgb(74,40,38); }
div.DivClassName
{
background-color: #4A2826;
}
.BgClassName
{
background-color: #4A2826;
}
</style>
border-color css
<style>
span { border-color: #4A2826; }
span { border-color: rgb(74,40,38); }
td.TdClassName
{
border-color: #4A2826;
}
.TagClassName
{
border-color: #4A2826;
}
</style>