Shades of Espresso #482A26
Tints of Espresso #482A26
RGB
CMYK
RGB Variations
Color information
#482A26 (or 0x482A26) is known color: Espresso. HEX triplet: 48, 2A and 26. RGB value is (72,42,38). Sum of RGB (Red+Green+Blue) = 72+42+38=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #482A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A26 is #B7D5D9. Grayscale: #323232. Windows color (decimal): -12047834 or 2501192. OLE color: 2501192.
HSL color Cylindrical-coordinate representation of color #482A26: hue angle of 7.06º 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 #482A26 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 42 | 38 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.72 |
| HSL | 7.06º | 0.31% | 0.22% | - |
| HSV(B) | 7.06º | 0.47% | 0.28% | - |
| XYZ | 3.85 | 3.17 | 2.24 | - |
| YUV | 50.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 38 | 0 | 0.42 | 0.47 | 0.72 | 7.06 | 0.31 | 0.22 |
| Hex | 48 | 2A | 26 | 0 | 2A | 2F | 48 | 7 | 1F | 16 |
| Octal | 110 | 52 | 46 | 0 | 52 | 57 | 110 | 7 | 37 | 26 |
| Binary | 1001000 | 101010 | 100110 | 0 | 101010 | 101111 | 1001000 | 111 | 11111 | 10110 |
Color Harmonies of #482A26
Complementary color
Monochromatic Colors of #482A26
Black with #482A26
Text Example
Text Example
White with #482A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A26; }
p { color: rgb(72,42,38); }
H1.HeaderClassName
{
color: #482A26;
}
.AnyTagClassName
{
color: #482A26;
}
</style>
background-color css
<style>
a { background-color: #482A26; }
a { background-color: rgb(72,42,38); }
div.DivClassName
{
background-color: #482A26;
}
.BgClassName
{
background-color: #482A26;
}
</style>
border-color css
<style>
span { border-color: #482A26; }
span { border-color: rgb(72,42,38); }
td.TdClassName
{
border-color: #482A26;
}
.TagClassName
{
border-color: #482A26;
}
</style>