Shades of Espresso #50332D
Tints of Espresso #50332D
RGB
CMYK
RGB Variations
Color information
#50332D (or 0x50332D) is known color: Espresso. HEX triplet: 50, 33 and 2D. RGB value is (80,51,45). Sum of RGB (Red+Green+Blue) = 80+51+45=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #50332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50332D is #AFCCD2. Grayscale: #3B3B3B. Windows color (decimal): -11521235 or 2962256. OLE color: 2962256.
HSL color Cylindrical-coordinate representation of color #50332D: hue angle of 10.29º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50332D is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 51 | 45 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.69 |
| HSL | 10.29º | 0.28% | 0.25% | - |
| HSV(B) | 10.29º | 0.44% | 0.31% | - |
| XYZ | 4.97 | 4.26 | 3.04 | - |
| YUV | 58.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 51 | 45 | 0 | 0.36 | 0.44 | 0.69 | 10.29 | 0.28 | 0.25 |
| Hex | 50 | 33 | 2D | 0 | 24 | 2C | 45 | A | 1C | 19 |
| Octal | 120 | 63 | 55 | 0 | 44 | 54 | 105 | 12 | 34 | 31 |
| Binary | 1010000 | 110011 | 101101 | 0 | 100100 | 101100 | 1000101 | 1010 | 11100 | 11001 |
Color Harmonies of #50332D
Complementary color
Monochromatic Colors of #50332D
Black with #50332D
Text Example
Text Example
White with #50332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50332D; }
p { color: rgb(80,51,45); }
H1.HeaderClassName
{
color: #50332D;
}
.AnyTagClassName
{
color: #50332D;
}
</style>
background-color css
<style>
a { background-color: #50332D; }
a { background-color: rgb(80,51,45); }
div.DivClassName
{
background-color: #50332D;
}
.BgClassName
{
background-color: #50332D;
}
</style>
border-color css
<style>
span { border-color: #50332D; }
span { border-color: rgb(80,51,45); }
td.TdClassName
{
border-color: #50332D;
}
.TagClassName
{
border-color: #50332D;
}
</style>