Shades of Espresso #50302C
Tints of Espresso #50302C
RGB
CMYK
RGB Variations
Color information
#50302C (or 0x50302C) is known color: Espresso. HEX triplet: 50, 30 and 2C. RGB value is (80,48,44). Sum of RGB (Red+Green+Blue) = 80+48+44=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #50302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50302C is #AFCFD3. Grayscale: #393939. Windows color (decimal): -11522004 or 2895952. OLE color: 2895952.
HSL color Cylindrical-coordinate representation of color #50302C: hue angle of 6.67º 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 #50302C is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 48 | 44 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.69 |
| HSL | 6.67º | 0.29% | 0.24% | - |
| HSV(B) | 6.67º | 0.45% | 0.31% | - |
| XYZ | 4.82 | 4 | 2.9 | - |
| YUV | 57.11 | 120.6 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 48 | 44 | 0 | 0.40 | 0.45 | 0.69 | 6.67 | 0.29 | 0.24 |
| Hex | 50 | 30 | 2C | 0 | 28 | 2D | 45 | 7 | 1D | 18 |
| Octal | 120 | 60 | 54 | 0 | 50 | 55 | 105 | 7 | 35 | 30 |
| Binary | 1010000 | 110000 | 101100 | 0 | 101000 | 101101 | 1000101 | 111 | 11101 | 11000 |
Color Harmonies of #50302C
Complementary color
Monochromatic Colors of #50302C
Black with #50302C
Text Example
Text Example
White with #50302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50302C; }
p { color: rgb(80,48,44); }
H1.HeaderClassName
{
color: #50302C;
}
.AnyTagClassName
{
color: #50302C;
}
</style>
background-color css
<style>
a { background-color: #50302C; }
a { background-color: rgb(80,48,44); }
div.DivClassName
{
background-color: #50302C;
}
.BgClassName
{
background-color: #50302C;
}
</style>
border-color css
<style>
span { border-color: #50302C; }
span { border-color: rgb(80,48,44); }
td.TdClassName
{
border-color: #50302C;
}
.TagClassName
{
border-color: #50302C;
}
</style>