Shades of Espresso #503127
Tints of Espresso #503127
RGB
CMYK
RGB Variations
Color information
#503127 (or 0x503127) is known color: Espresso. HEX triplet: 50, 31 and 27. RGB value is (80,49,39). Sum of RGB (Red+Green+Blue) = 80+49+39=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #503127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503127 is #AFCED8. Grayscale: #393939. Windows color (decimal): -11521753 or 2568528. OLE color: 2568528.
HSL color Cylindrical-coordinate representation of color #503127: hue angle of 14.63º 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 #503127 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 49 | 39 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.69 |
| HSL | 14.63º | 0.34% | 0.23% | - |
| HSV(B) | 14.63º | 0.51% | 0.31% | - |
| XYZ | 4.77 | 4.05 | 2.45 | - |
| YUV | 57.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 39 | 0 | 0.39 | 0.51 | 0.69 | 14.63 | 0.34 | 0.23 |
| Hex | 50 | 31 | 27 | 0 | 27 | 33 | 45 | F | 22 | 17 |
| Octal | 120 | 61 | 47 | 0 | 47 | 63 | 105 | 17 | 42 | 27 |
| Binary | 1010000 | 110001 | 100111 | 0 | 100111 | 110011 | 1000101 | 1111 | 100010 | 10111 |
Color Harmonies of #503127
Complementary color
Monochromatic Colors of #503127
Black with #503127
Text Example
Text Example
White with #503127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503127; }
p { color: rgb(80,49,39); }
H1.HeaderClassName
{
color: #503127;
}
.AnyTagClassName
{
color: #503127;
}
</style>
background-color css
<style>
a { background-color: #503127; }
a { background-color: rgb(80,49,39); }
div.DivClassName
{
background-color: #503127;
}
.BgClassName
{
background-color: #503127;
}
</style>
border-color css
<style>
span { border-color: #503127; }
span { border-color: rgb(80,49,39); }
td.TdClassName
{
border-color: #503127;
}
.TagClassName
{
border-color: #503127;
}
</style>