Shades of Espresso #482C2C
Tints of Espresso #482C2C
RGB
CMYK
RGB Variations
Color information
#482C2C (or 0x482C2C) is known color: Espresso. HEX triplet: 48, 2C and 2C. RGB value is (72,44,44). Sum of RGB (Red+Green+Blue) = 72+44+44=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #482C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C2C is #B7D3D3. Grayscale: #343434. Windows color (decimal): -12047316 or 2894920. OLE color: 2894920.
HSL color Cylindrical-coordinate representation of color #482C2C: hue angle of 0º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #482C2C is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 44 | 44 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.72 |
| HSL | 0º | 0.24% | 0.23% | - |
| HSV(B) | 0º | 0.39% | 0.28% | - |
| XYZ | 4.03 | 3.36 | 2.82 | - |
| YUV | 52.37 | 123.28 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 44 | 44 | 0 | 0.39 | 0.39 | 0.72 | 0 | 0.24 | 0.23 |
| Hex | 48 | 2C | 2C | 0 | 27 | 27 | 48 | 0 | 18 | 17 |
| Octal | 110 | 54 | 54 | 0 | 47 | 47 | 110 | 0 | 30 | 27 |
| Binary | 1001000 | 101100 | 101100 | 0 | 100111 | 100111 | 1001000 | 0 | 11000 | 10111 |
Color Harmonies of #482C2C
Complementary color
Monochromatic Colors of #482C2C
Black with #482C2C
Text Example
Text Example
White with #482C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482C2C; }
p { color: rgb(72,44,44); }
H1.HeaderClassName
{
color: #482C2C;
}
.AnyTagClassName
{
color: #482C2C;
}
</style>
background-color css
<style>
a { background-color: #482C2C; }
a { background-color: rgb(72,44,44); }
div.DivClassName
{
background-color: #482C2C;
}
.BgClassName
{
background-color: #482C2C;
}
</style>
border-color css
<style>
span { border-color: #482C2C; }
span { border-color: rgb(72,44,44); }
td.TdClassName
{
border-color: #482C2C;
}
.TagClassName
{
border-color: #482C2C;
}
</style>