Shades of Espresso #502B26
Tints of Espresso #502B26
RGB
CMYK
RGB Variations
Color information
#502B26 (or 0x502B26) is known color: Espresso. HEX triplet: 50, 2B and 26. RGB value is (80,43,38). Sum of RGB (Red+Green+Blue) = 80+43+38=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 43 (17.19% from 255 or 26.71% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #502B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B26 is #AFD4D9. Grayscale: #353535. Windows color (decimal): -11523290 or 2501456. OLE color: 2501456.
HSL color Cylindrical-coordinate representation of color #502B26: hue angle of 7.14º 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 #502B26 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 43 | 38 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.69 |
| HSL | 7.14º | 0.36% | 0.23% | - |
| HSV(B) | 7.14º | 0.53% | 0.31% | - |
| XYZ | 4.52 | 3.57 | 2.29 | - |
| YUV | 53.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 38 | 0 | 0.46 | 0.52 | 0.69 | 7.14 | 0.36 | 0.23 |
| Hex | 50 | 2B | 26 | 0 | 2E | 34 | 45 | 7 | 24 | 17 |
| Octal | 120 | 53 | 46 | 0 | 56 | 64 | 105 | 7 | 44 | 27 |
| Binary | 1010000 | 101011 | 100110 | 0 | 101110 | 110100 | 1000101 | 111 | 100100 | 10111 |
Color Harmonies of #502B26
Complementary color
Monochromatic Colors of #502B26
Black with #502B26
Text Example
Text Example
White with #502B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502B26; }
p { color: rgb(80,43,38); }
H1.HeaderClassName
{
color: #502B26;
}
.AnyTagClassName
{
color: #502B26;
}
</style>
background-color css
<style>
a { background-color: #502B26; }
a { background-color: rgb(80,43,38); }
div.DivClassName
{
background-color: #502B26;
}
.BgClassName
{
background-color: #502B26;
}
</style>
border-color css
<style>
span { border-color: #502B26; }
span { border-color: rgb(80,43,38); }
td.TdClassName
{
border-color: #502B26;
}
.TagClassName
{
border-color: #502B26;
}
</style>