Shades of Espresso #482D26
Tints of Espresso #482D26
RGB
CMYK
RGB Variations
Color information
#482D26 (or 0x482D26) is known color: Espresso. HEX triplet: 48, 2D and 26. RGB value is (72,45,38). Sum of RGB (Red+Green+Blue) = 72+45+38=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #482D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D26 is #B7D2D9. Grayscale: #343434. Windows color (decimal): -12047066 or 2501960. OLE color: 2501960.
HSL color Cylindrical-coordinate representation of color #482D26: hue angle of 12.35º 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 #482D26 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 45 | 38 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.72 |
| HSL | 12.35º | 0.31% | 0.22% | - |
| HSV(B) | 12.35º | 0.47% | 0.28% | - |
| XYZ | 3.96 | 3.39 | 2.28 | - |
| YUV | 52.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 38 | 0 | 0.38 | 0.47 | 0.72 | 12.35 | 0.31 | 0.22 |
| Hex | 48 | 2D | 26 | 0 | 26 | 2F | 48 | C | 1F | 16 |
| Octal | 110 | 55 | 46 | 0 | 46 | 57 | 110 | 14 | 37 | 26 |
| Binary | 1001000 | 101101 | 100110 | 0 | 100110 | 101111 | 1001000 | 1100 | 11111 | 10110 |
Color Harmonies of #482D26
Complementary color
Monochromatic Colors of #482D26
Black with #482D26
Text Example
Text Example
White with #482D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D26; }
p { color: rgb(72,45,38); }
H1.HeaderClassName
{
color: #482D26;
}
.AnyTagClassName
{
color: #482D26;
}
</style>
background-color css
<style>
a { background-color: #482D26; }
a { background-color: rgb(72,45,38); }
div.DivClassName
{
background-color: #482D26;
}
.BgClassName
{
background-color: #482D26;
}
</style>
border-color css
<style>
span { border-color: #482D26; }
span { border-color: rgb(72,45,38); }
td.TdClassName
{
border-color: #482D26;
}
.TagClassName
{
border-color: #482D26;
}
</style>