Shades of Espresso #502F29
Tints of Espresso #502F29
RGB
CMYK
RGB Variations
Color information
#502F29 (or 0x502F29) is known color: Espresso. HEX triplet: 50, 2F and 29. RGB value is (80,47,41). Sum of RGB (Red+Green+Blue) = 80+47+41=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #502F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F29 is #AFD0D6. Grayscale: #383838. Windows color (decimal): -11522263 or 2699088. OLE color: 2699088.
HSL color Cylindrical-coordinate representation of color #502F29: hue angle of 9.23º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #502F29 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 47 | 41 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.69 |
| HSL | 9.23º | 0.32% | 0.24% | - |
| HSV(B) | 9.23º | 0.49% | 0.31% | - |
| XYZ | 4.73 | 3.9 | 2.6 | - |
| YUV | 56.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 41 | 0 | 0.41 | 0.49 | 0.69 | 9.23 | 0.32 | 0.24 |
| Hex | 50 | 2F | 29 | 0 | 29 | 31 | 45 | 9 | 20 | 18 |
| Octal | 120 | 57 | 51 | 0 | 51 | 61 | 105 | 11 | 40 | 30 |
| Binary | 1010000 | 101111 | 101001 | 0 | 101001 | 110001 | 1000101 | 1001 | 100000 | 11000 |
Color Harmonies of #502F29
Complementary color
Monochromatic Colors of #502F29
Black with #502F29
Text Example
Text Example
White with #502F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F29; }
p { color: rgb(80,47,41); }
H1.HeaderClassName
{
color: #502F29;
}
.AnyTagClassName
{
color: #502F29;
}
</style>
background-color css
<style>
a { background-color: #502F29; }
a { background-color: rgb(80,47,41); }
div.DivClassName
{
background-color: #502F29;
}
.BgClassName
{
background-color: #502F29;
}
</style>
border-color css
<style>
span { border-color: #502F29; }
span { border-color: rgb(80,47,41); }
td.TdClassName
{
border-color: #502F29;
}
.TagClassName
{
border-color: #502F29;
}
</style>