Shades of Espresso #482826
Tints of Espresso #482826
RGB
CMYK
RGB Variations
Color information
#482826 (or 0x482826) is known color: Espresso. HEX triplet: 48, 28 and 26. RGB value is (72,40,38). Sum of RGB (Red+Green+Blue) = 72+40+38=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #482826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482826 is #B7D7D9. Grayscale: #313131. Windows color (decimal): -12048346 or 2500680. OLE color: 2500680.
HSL color Cylindrical-coordinate representation of color #482826: hue angle of 3.53º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #482826 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 40 | 38 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.72 |
| HSL | 3.53º | 0.31% | 0.22% | - |
| HSV(B) | 3.53º | 0.47% | 0.28% | - |
| XYZ | 3.78 | 3.04 | 2.22 | - |
| YUV | 49.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 38 | 0 | 0.44 | 0.47 | 0.72 | 3.53 | 0.31 | 0.22 |
| Hex | 48 | 28 | 26 | 0 | 2C | 2F | 48 | 4 | 1F | 16 |
| Octal | 110 | 50 | 46 | 0 | 54 | 57 | 110 | 4 | 37 | 26 |
| Binary | 1001000 | 101000 | 100110 | 0 | 101100 | 101111 | 1001000 | 100 | 11111 | 10110 |
Color Harmonies of #482826
Complementary color
Monochromatic Colors of #482826
Black with #482826
Text Example
Text Example
White with #482826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482826; }
p { color: rgb(72,40,38); }
H1.HeaderClassName
{
color: #482826;
}
.AnyTagClassName
{
color: #482826;
}
</style>
background-color css
<style>
a { background-color: #482826; }
a { background-color: rgb(72,40,38); }
div.DivClassName
{
background-color: #482826;
}
.BgClassName
{
background-color: #482826;
}
</style>
border-color css
<style>
span { border-color: #482826; }
span { border-color: rgb(72,40,38); }
td.TdClassName
{
border-color: #482826;
}
.TagClassName
{
border-color: #482826;
}
</style>