Shades of Espresso #482423
Tints of Espresso #482423
RGB
CMYK
RGB Variations
Color information
#482423 (or 0x482423) is known color: Espresso. HEX triplet: 48, 24 and 23. RGB value is (72,36,35). Sum of RGB (Red+Green+Blue) = 72+36+35=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #482423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482423 is #B7DBDC. Grayscale: #2E2E2E. Windows color (decimal): -12049373 or 2303048. OLE color: 2303048.
HSL color Cylindrical-coordinate representation of color #482423: hue angle of 1.62º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #482423 is Cyan = 0, Magento = 0.5, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 36 | 35 | - |
| CMYK | 0 | 0.5 | 0.51 | 0.72 |
| HSL | 1.62º | 0.35% | 0.21% | - |
| HSV(B) | 1.62º | 0.51% | 0.28% | - |
| XYZ | 3.61 | 2.76 | 1.93 | - |
| YUV | 46.65 | 121.43 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 35 | 0 | 0.5 | 0.51 | 0.72 | 1.62 | 0.35 | 0.21 |
| Hex | 48 | 24 | 23 | 0 | 32 | 33 | 48 | 2 | 23 | 15 |
| Octal | 110 | 44 | 43 | 0 | 62 | 63 | 110 | 2 | 43 | 25 |
| Binary | 1001000 | 100100 | 100011 | 0 | 110010 | 110011 | 1001000 | 10 | 100011 | 10101 |
Color Harmonies of #482423
Complementary color
Monochromatic Colors of #482423
Black with #482423
Text Example
Text Example
White with #482423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482423; }
p { color: rgb(72,36,35); }
H1.HeaderClassName
{
color: #482423;
}
.AnyTagClassName
{
color: #482423;
}
</style>
background-color css
<style>
a { background-color: #482423; }
a { background-color: rgb(72,36,35); }
div.DivClassName
{
background-color: #482423;
}
.BgClassName
{
background-color: #482423;
}
</style>
border-color css
<style>
span { border-color: #482423; }
span { border-color: rgb(72,36,35); }
td.TdClassName
{
border-color: #482423;
}
.TagClassName
{
border-color: #482423;
}
</style>