Shades of Espresso #50332A
Tints of Espresso #50332A
RGB
CMYK
RGB Variations
Color information
#50332A (or 0x50332A) is known color: Espresso. HEX triplet: 50, 33 and 2A. RGB value is (80,51,42). Sum of RGB (Red+Green+Blue) = 80+51+42=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #50332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50332A is #AFCCD5. Grayscale: #3A3A3A. Windows color (decimal): -11521238 or 2765648. OLE color: 2765648.
HSL color Cylindrical-coordinate representation of color #50332A: hue angle of 14.21º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50332A is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 51 | 42 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.69 |
| HSL | 14.21º | 0.31% | 0.24% | - |
| HSV(B) | 14.21º | 0.48% | 0.31% | - |
| XYZ | 4.91 | 4.24 | 2.75 | - |
| YUV | 58.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 51 | 42 | 0 | 0.36 | 0.48 | 0.69 | 14.21 | 0.31 | 0.24 |
| Hex | 50 | 33 | 2A | 0 | 24 | 30 | 45 | E | 1F | 18 |
| Octal | 120 | 63 | 52 | 0 | 44 | 60 | 105 | 16 | 37 | 30 |
| Binary | 1010000 | 110011 | 101010 | 0 | 100100 | 110000 | 1000101 | 1110 | 11111 | 11000 |
Color Harmonies of #50332A
Complementary color
Monochromatic Colors of #50332A
Black with #50332A
Text Example
Text Example
White with #50332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50332A; }
p { color: rgb(80,51,42); }
H1.HeaderClassName
{
color: #50332A;
}
.AnyTagClassName
{
color: #50332A;
}
</style>
background-color css
<style>
a { background-color: #50332A; }
a { background-color: rgb(80,51,42); }
div.DivClassName
{
background-color: #50332A;
}
.BgClassName
{
background-color: #50332A;
}
</style>
border-color css
<style>
span { border-color: #50332A; }
span { border-color: rgb(80,51,42); }
td.TdClassName
{
border-color: #50332A;
}
.TagClassName
{
border-color: #50332A;
}
</style>