Shades of Espresso #502F28
Tints of Espresso #502F28
RGB
CMYK
RGB Variations
Color information
#502F28 (or 0x502F28) is known color: Espresso. HEX triplet: 50, 2F and 28. RGB value is (80,47,40). Sum of RGB (Red+Green+Blue) = 80+47+40=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #502F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F28 is #AFD0D7. Grayscale: #383838. Windows color (decimal): -11522264 or 2633552. OLE color: 2633552.
HSL color Cylindrical-coordinate representation of color #502F28: hue angle of 10.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 #502F28 is Cyan = 0, Magento = 0.41, Yellow = 0.5 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 47 | 40 | - |
| CMYK | 0 | 0.41 | 0.5 | 0.69 |
| HSL | 10.5º | 0.33% | 0.24% | - |
| HSV(B) | 10.5º | 0.5% | 0.31% | - |
| XYZ | 4.71 | 3.89 | 2.51 | - |
| YUV | 56.07 | 118.93 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 40 | 0 | 0.41 | 0.5 | 0.69 | 10.5 | 0.33 | 0.24 |
| Hex | 50 | 2F | 28 | 0 | 29 | 32 | 45 | A | 21 | 18 |
| Octal | 120 | 57 | 50 | 0 | 51 | 62 | 105 | 12 | 41 | 30 |
| Binary | 1010000 | 101111 | 101000 | 0 | 101001 | 110010 | 1000101 | 1010 | 100001 | 11000 |
Color Harmonies of #502F28
Complementary color
Monochromatic Colors of #502F28
Black with #502F28
Text Example
Text Example
White with #502F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F28; }
p { color: rgb(80,47,40); }
H1.HeaderClassName
{
color: #502F28;
}
.AnyTagClassName
{
color: #502F28;
}
</style>
background-color css
<style>
a { background-color: #502F28; }
a { background-color: rgb(80,47,40); }
div.DivClassName
{
background-color: #502F28;
}
.BgClassName
{
background-color: #502F28;
}
</style>
border-color css
<style>
span { border-color: #502F28; }
span { border-color: rgb(80,47,40); }
td.TdClassName
{
border-color: #502F28;
}
.TagClassName
{
border-color: #502F28;
}
</style>