Shades of Espresso #502D24
Tints of Espresso #502D24
RGB
CMYK
RGB Variations
Color information
#502D24 (or 0x502D24) is known color: Espresso. HEX triplet: 50, 2D and 24. RGB value is (80,45,36). Sum of RGB (Red+Green+Blue) = 80+45+36=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #502D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D24 is #AFD2DB. Grayscale: #363636. Windows color (decimal): -11522780 or 2370896. OLE color: 2370896.
HSL color Cylindrical-coordinate representation of color #502D24: hue angle of 12.27º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #502D24 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 45 | 36 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.69 |
| HSL | 12.27º | 0.38% | 0.23% | - |
| HSV(B) | 12.27º | 0.55% | 0.31% | - |
| XYZ | 4.57 | 3.71 | 2.14 | - |
| YUV | 54.44 | 117.6 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 36 | 0 | 0.44 | 0.55 | 0.69 | 12.27 | 0.38 | 0.23 |
| Hex | 50 | 2D | 24 | 0 | 2C | 37 | 45 | C | 26 | 17 |
| Octal | 120 | 55 | 44 | 0 | 54 | 67 | 105 | 14 | 46 | 27 |
| Binary | 1010000 | 101101 | 100100 | 0 | 101100 | 110111 | 1000101 | 1100 | 100110 | 10111 |
Color Harmonies of #502D24
Complementary color
Monochromatic Colors of #502D24
Black with #502D24
Text Example
Text Example
White with #502D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502D24; }
p { color: rgb(80,45,36); }
H1.HeaderClassName
{
color: #502D24;
}
.AnyTagClassName
{
color: #502D24;
}
</style>
background-color css
<style>
a { background-color: #502D24; }
a { background-color: rgb(80,45,36); }
div.DivClassName
{
background-color: #502D24;
}
.BgClassName
{
background-color: #502D24;
}
</style>
border-color css
<style>
span { border-color: #502D24; }
span { border-color: rgb(80,45,36); }
td.TdClassName
{
border-color: #502D24;
}
.TagClassName
{
border-color: #502D24;
}
</style>