Shades of Espresso #482626
Tints of Espresso #482626
RGB
CMYK
RGB Variations
Color information
#482626 (or 0x482626) is known color: Espresso. HEX triplet: 48, 26 and 26. RGB value is (72,38,38). Sum of RGB (Red+Green+Blue) = 72+38+38=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #482626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482626 is #B7D9D9. Grayscale: #303030. Windows color (decimal): -12048858 or 2500168. OLE color: 2500168.
HSL color Cylindrical-coordinate representation of color #482626: hue angle of 0º 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 #482626 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 38 | 38 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.72 |
| HSL | 0º | 0.31% | 0.22% | - |
| HSV(B) | 0º | 0.47% | 0.28% | - |
| XYZ | 3.72 | 2.9 | 2.2 | - |
| YUV | 48.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 38 | 38 | 0 | 0.47 | 0.47 | 0.72 | 0 | 0.31 | 0.22 |
| Hex | 48 | 26 | 26 | 0 | 2F | 2F | 48 | 0 | 1F | 16 |
| Octal | 110 | 46 | 46 | 0 | 57 | 57 | 110 | 0 | 37 | 26 |
| Binary | 1001000 | 100110 | 100110 | 0 | 101111 | 101111 | 1001000 | 0 | 11111 | 10110 |
Color Harmonies of #482626
Complementary color
Monochromatic Colors of #482626
Black with #482626
Text Example
Text Example
White with #482626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482626; }
p { color: rgb(72,38,38); }
H1.HeaderClassName
{
color: #482626;
}
.AnyTagClassName
{
color: #482626;
}
</style>
background-color css
<style>
a { background-color: #482626; }
a { background-color: rgb(72,38,38); }
div.DivClassName
{
background-color: #482626;
}
.BgClassName
{
background-color: #482626;
}
</style>
border-color css
<style>
span { border-color: #482626; }
span { border-color: rgb(72,38,38); }
td.TdClassName
{
border-color: #482626;
}
.TagClassName
{
border-color: #482626;
}
</style>