Shades of Espresso #502E2B
Tints of Espresso #502E2B
RGB
CMYK
RGB Variations
Color information
#502E2B (or 0x502E2B) is known color: Espresso. HEX triplet: 50, 2E and 2B. RGB value is (80,46,43). Sum of RGB (Red+Green+Blue) = 80+46+43=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #502E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E2B is #AFD1D4. Grayscale: #373737. Windows color (decimal): -11522517 or 2829904. OLE color: 2829904.
HSL color Cylindrical-coordinate representation of color #502E2B: hue angle of 4.86º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #502E2B is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 46 | 43 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.69 |
| HSL | 4.86º | 0.3% | 0.24% | - |
| HSV(B) | 4.86º | 0.46% | 0.31% | - |
| XYZ | 4.72 | 3.83 | 2.78 | - |
| YUV | 55.82 | 120.76 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 43 | 0 | 0.42 | 0.46 | 0.69 | 4.86 | 0.3 | 0.24 |
| Hex | 50 | 2E | 2B | 0 | 2A | 2E | 45 | 5 | 1E | 18 |
| Octal | 120 | 56 | 53 | 0 | 52 | 56 | 105 | 5 | 36 | 30 |
| Binary | 1010000 | 101110 | 101011 | 0 | 101010 | 101110 | 1000101 | 101 | 11110 | 11000 |
Color Harmonies of #502E2B
Complementary color
Monochromatic Colors of #502E2B
Black with #502E2B
Text Example
Text Example
White with #502E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502E2B; }
p { color: rgb(80,46,43); }
H1.HeaderClassName
{
color: #502E2B;
}
.AnyTagClassName
{
color: #502E2B;
}
</style>
background-color css
<style>
a { background-color: #502E2B; }
a { background-color: rgb(80,46,43); }
div.DivClassName
{
background-color: #502E2B;
}
.BgClassName
{
background-color: #502E2B;
}
</style>
border-color css
<style>
span { border-color: #502E2B; }
span { border-color: rgb(80,46,43); }
td.TdClassName
{
border-color: #502E2B;
}
.TagClassName
{
border-color: #502E2B;
}
</style>