Shades of Espresso #502F27
Tints of Espresso #502F27
RGB
CMYK
RGB Variations
Color information
#502F27 (or 0x502F27) is known color: Espresso. HEX triplet: 50, 2F and 27. RGB value is (80,47,39). Sum of RGB (Red+Green+Blue) = 80+47+39=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #502F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F27 is #AFD0D8. Grayscale: #383838. Windows color (decimal): -11522265 or 2568016. OLE color: 2568016.
HSL color Cylindrical-coordinate representation of color #502F27: hue angle of 11.71º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #502F27 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 47 | 39 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.69 |
| HSL | 11.71º | 0.34% | 0.23% | - |
| HSV(B) | 11.71º | 0.51% | 0.31% | - |
| XYZ | 4.69 | 3.88 | 2.42 | - |
| YUV | 55.96 | 118.43 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 39 | 0 | 0.41 | 0.51 | 0.69 | 11.71 | 0.34 | 0.23 |
| Hex | 50 | 2F | 27 | 0 | 29 | 33 | 45 | C | 22 | 17 |
| Octal | 120 | 57 | 47 | 0 | 51 | 63 | 105 | 14 | 42 | 27 |
| Binary | 1010000 | 101111 | 100111 | 0 | 101001 | 110011 | 1000101 | 1100 | 100010 | 10111 |
Color Harmonies of #502F27
Complementary color
Monochromatic Colors of #502F27
Black with #502F27
Text Example
Text Example
White with #502F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F27; }
p { color: rgb(80,47,39); }
H1.HeaderClassName
{
color: #502F27;
}
.AnyTagClassName
{
color: #502F27;
}
</style>
background-color css
<style>
a { background-color: #502F27; }
a { background-color: rgb(80,47,39); }
div.DivClassName
{
background-color: #502F27;
}
.BgClassName
{
background-color: #502F27;
}
</style>
border-color css
<style>
span { border-color: #502F27; }
span { border-color: rgb(80,47,39); }
td.TdClassName
{
border-color: #502F27;
}
.TagClassName
{
border-color: #502F27;
}
</style>