Shades of Espresso #482D2B
Tints of Espresso #482D2B
RGB
CMYK
RGB Variations
Color information
#482D2B (or 0x482D2B) is known color: Espresso. HEX triplet: 48, 2D and 2B. RGB value is (72,45,43). Sum of RGB (Red+Green+Blue) = 72+45+43=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #482D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D2B is #B7D2D4. Grayscale: #343434. Windows color (decimal): -12047061 or 2829640. OLE color: 2829640.
HSL color Cylindrical-coordinate representation of color #482D2B: hue angle of 4.14º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #482D2B is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 45 | 43 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.72 |
| HSL | 4.14º | 0.25% | 0.23% | - |
| HSV(B) | 4.14º | 0.4% | 0.28% | - |
| XYZ | 4.05 | 3.43 | 2.73 | - |
| YUV | 52.85 | 122.45 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 43 | 0 | 0.38 | 0.40 | 0.72 | 4.14 | 0.25 | 0.23 |
| Hex | 48 | 2D | 2B | 0 | 26 | 28 | 48 | 4 | 19 | 17 |
| Octal | 110 | 55 | 53 | 0 | 46 | 50 | 110 | 4 | 31 | 27 |
| Binary | 1001000 | 101101 | 101011 | 0 | 100110 | 101000 | 1001000 | 100 | 11001 | 10111 |
Color Harmonies of #482D2B
Complementary color
Monochromatic Colors of #482D2B
Black with #482D2B
Text Example
Text Example
White with #482D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D2B; }
p { color: rgb(72,45,43); }
H1.HeaderClassName
{
color: #482D2B;
}
.AnyTagClassName
{
color: #482D2B;
}
</style>
background-color css
<style>
a { background-color: #482D2B; }
a { background-color: rgb(72,45,43); }
div.DivClassName
{
background-color: #482D2B;
}
.BgClassName
{
background-color: #482D2B;
}
</style>
border-color css
<style>
span { border-color: #482D2B; }
span { border-color: rgb(72,45,43); }
td.TdClassName
{
border-color: #482D2B;
}
.TagClassName
{
border-color: #482D2B;
}
</style>