Shades of Espresso #50312C
Tints of Espresso #50312C
RGB
CMYK
RGB Variations
Color information
#50312C (or 0x50312C) is known color: Espresso. HEX triplet: 50, 31 and 2C. RGB value is (80,49,44). Sum of RGB (Red+Green+Blue) = 80+49+44=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #50312C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50312C is #AFCED3. Grayscale: #393939. Windows color (decimal): -11521748 or 2896208. OLE color: 2896208.
HSL color Cylindrical-coordinate representation of color #50312C: hue angle of 8.33º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50312C is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 49 | 44 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.69 |
| HSL | 8.33º | 0.29% | 0.24% | - |
| HSV(B) | 8.33º | 0.45% | 0.31% | - |
| XYZ | 4.86 | 4.08 | 2.91 | - |
| YUV | 57.7 | 120.27 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 44 | 0 | 0.39 | 0.45 | 0.69 | 8.33 | 0.29 | 0.24 |
| Hex | 50 | 31 | 2C | 0 | 27 | 2D | 45 | 8 | 1D | 18 |
| Octal | 120 | 61 | 54 | 0 | 47 | 55 | 105 | 10 | 35 | 30 |
| Binary | 1010000 | 110001 | 101100 | 0 | 100111 | 101101 | 1000101 | 1000 | 11101 | 11000 |
Color Harmonies of #50312C
Complementary color
Monochromatic Colors of #50312C
Black with #50312C
Text Example
Text Example
White with #50312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50312C; }
p { color: rgb(80,49,44); }
H1.HeaderClassName
{
color: #50312C;
}
.AnyTagClassName
{
color: #50312C;
}
</style>
background-color css
<style>
a { background-color: #50312C; }
a { background-color: rgb(80,49,44); }
div.DivClassName
{
background-color: #50312C;
}
.BgClassName
{
background-color: #50312C;
}
</style>
border-color css
<style>
span { border-color: #50312C; }
span { border-color: rgb(80,49,44); }
td.TdClassName
{
border-color: #50312C;
}
.TagClassName
{
border-color: #50312C;
}
</style>