Shades of Espresso #502D28
Tints of Espresso #502D28
RGB
CMYK
RGB Variations
Color information
#502D28 (or 0x502D28) is known color: Espresso. HEX triplet: 50, 2D and 28. RGB value is (80,45,40). Sum of RGB (Red+Green+Blue) = 80+45+40=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #502D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D28 is #AFD2D7. Grayscale: #363636. Windows color (decimal): -11522776 or 2633040. OLE color: 2633040.
HSL color Cylindrical-coordinate representation of color #502D28: hue angle of 7.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #502D28 is Cyan = 0, Magento = 0.44, Yellow = 0.5 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 45 | 40 | - |
| CMYK | 0 | 0.44 | 0.5 | 0.69 |
| HSL | 7.5º | 0.33% | 0.24% | - |
| HSV(B) | 7.5º | 0.5% | 0.31% | - |
| XYZ | 4.63 | 3.74 | 2.48 | - |
| YUV | 54.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 40 | 0 | 0.44 | 0.5 | 0.69 | 7.5 | 0.33 | 0.24 |
| Hex | 50 | 2D | 28 | 0 | 2C | 32 | 45 | 8 | 21 | 18 |
| Octal | 120 | 55 | 50 | 0 | 54 | 62 | 105 | 10 | 41 | 30 |
| Binary | 1010000 | 101101 | 101000 | 0 | 101100 | 110010 | 1000101 | 1000 | 100001 | 11000 |
Color Harmonies of #502D28
Complementary color
Monochromatic Colors of #502D28
Black with #502D28
Text Example
Text Example
White with #502D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502D28; }
p { color: rgb(80,45,40); }
H1.HeaderClassName
{
color: #502D28;
}
.AnyTagClassName
{
color: #502D28;
}
</style>
background-color css
<style>
a { background-color: #502D28; }
a { background-color: rgb(80,45,40); }
div.DivClassName
{
background-color: #502D28;
}
.BgClassName
{
background-color: #502D28;
}
</style>
border-color css
<style>
span { border-color: #502D28; }
span { border-color: rgb(80,45,40); }
td.TdClassName
{
border-color: #502D28;
}
.TagClassName
{
border-color: #502D28;
}
</style>