Shades of Espresso #502F26
Tints of Espresso #502F26
RGB
CMYK
RGB Variations
Color information
#502F26 (or 0x502F26) is known color: Espresso. HEX triplet: 50, 2F and 26. RGB value is (80,47,38). Sum of RGB (Red+Green+Blue) = 80+47+38=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #502F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F26 is #AFD0D9. Grayscale: #373737. Windows color (decimal): -11522266 or 2502480. OLE color: 2502480.
HSL color Cylindrical-coordinate representation of color #502F26: hue angle of 12.86º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #502F26 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 47 | 38 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.69 |
| HSL | 12.86º | 0.36% | 0.23% | - |
| HSV(B) | 12.86º | 0.53% | 0.31% | - |
| XYZ | 4.67 | 3.88 | 2.34 | - |
| YUV | 55.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 38 | 0 | 0.41 | 0.52 | 0.69 | 12.86 | 0.36 | 0.23 |
| Hex | 50 | 2F | 26 | 0 | 29 | 34 | 45 | D | 24 | 17 |
| Octal | 120 | 57 | 46 | 0 | 51 | 64 | 105 | 15 | 44 | 27 |
| Binary | 1010000 | 101111 | 100110 | 0 | 101001 | 110100 | 1000101 | 1101 | 100100 | 10111 |
Color Harmonies of #502F26
Complementary color
Monochromatic Colors of #502F26
Black with #502F26
Text Example
Text Example
White with #502F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F26; }
p { color: rgb(80,47,38); }
H1.HeaderClassName
{
color: #502F26;
}
.AnyTagClassName
{
color: #502F26;
}
</style>
background-color css
<style>
a { background-color: #502F26; }
a { background-color: rgb(80,47,38); }
div.DivClassName
{
background-color: #502F26;
}
.BgClassName
{
background-color: #502F26;
}
</style>
border-color css
<style>
span { border-color: #502F26; }
span { border-color: rgb(80,47,38); }
td.TdClassName
{
border-color: #502F26;
}
.TagClassName
{
border-color: #502F26;
}
</style>