Shades of Espresso #50332F
Tints of Espresso #50332F
RGB
CMYK
RGB Variations
Color information
#50332F (or 0x50332F) is known color: Espresso. HEX triplet: 50, 33 and 2F. RGB value is (80,51,47). Sum of RGB (Red+Green+Blue) = 80+51+47=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #50332F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50332F is #AFCCD0. Grayscale: #3B3B3B. Windows color (decimal): -11521233 or 3093328. OLE color: 3093328.
HSL color Cylindrical-coordinate representation of color #50332F: hue angle of 7.27º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50332F is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 51 | 47 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.69 |
| HSL | 7.27º | 0.26% | 0.25% | - |
| HSV(B) | 7.27º | 0.41% | 0.31% | - |
| XYZ | 5.01 | 4.28 | 3.25 | - |
| YUV | 59.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 51 | 47 | 0 | 0.36 | 0.41 | 0.69 | 7.27 | 0.26 | 0.25 |
| Hex | 50 | 33 | 2F | 0 | 24 | 29 | 45 | 7 | 1A | 19 |
| Octal | 120 | 63 | 57 | 0 | 44 | 51 | 105 | 7 | 32 | 31 |
| Binary | 1010000 | 110011 | 101111 | 0 | 100100 | 101001 | 1000101 | 111 | 11010 | 11001 |
Color Harmonies of #50332F
Complementary color
Monochromatic Colors of #50332F
Black with #50332F
Text Example
Text Example
White with #50332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50332F; }
p { color: rgb(80,51,47); }
H1.HeaderClassName
{
color: #50332F;
}
.AnyTagClassName
{
color: #50332F;
}
</style>
background-color css
<style>
a { background-color: #50332F; }
a { background-color: rgb(80,51,47); }
div.DivClassName
{
background-color: #50332F;
}
.BgClassName
{
background-color: #50332F;
}
</style>
border-color css
<style>
span { border-color: #50332F; }
span { border-color: rgb(80,51,47); }
td.TdClassName
{
border-color: #50332F;
}
.TagClassName
{
border-color: #50332F;
}
</style>