Shades of Espresso #50342F
Tints of Espresso #50342F
RGB
CMYK
RGB Variations
Color information
#50342F (or 0x50342F) is known color: Espresso. HEX triplet: 50, 34 and 2F. RGB value is (80,52,47). Sum of RGB (Red+Green+Blue) = 80+52+47=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #50342F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50342F is #AFCBD0. Grayscale: #3B3B3B. Windows color (decimal): -11520977 or 3093584. OLE color: 3093584.
HSL color Cylindrical-coordinate representation of color #50342F: hue angle of 9.09º 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 #50342F is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 52 | 47 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.69 |
| HSL | 9.09º | 0.26% | 0.25% | - |
| HSV(B) | 9.09º | 0.41% | 0.31% | - |
| XYZ | 5.05 | 4.37 | 3.27 | - |
| YUV | 59.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 52 | 47 | 0 | 0.35 | 0.41 | 0.69 | 9.09 | 0.26 | 0.25 |
| Hex | 50 | 34 | 2F | 0 | 23 | 29 | 45 | 9 | 1A | 19 |
| Octal | 120 | 64 | 57 | 0 | 43 | 51 | 105 | 11 | 32 | 31 |
| Binary | 1010000 | 110100 | 101111 | 0 | 100011 | 101001 | 1000101 | 1001 | 11010 | 11001 |
Color Harmonies of #50342F
Complementary color
Monochromatic Colors of #50342F
Black with #50342F
Text Example
Text Example
White with #50342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50342F; }
p { color: rgb(80,52,47); }
H1.HeaderClassName
{
color: #50342F;
}
.AnyTagClassName
{
color: #50342F;
}
</style>
background-color css
<style>
a { background-color: #50342F; }
a { background-color: rgb(80,52,47); }
div.DivClassName
{
background-color: #50342F;
}
.BgClassName
{
background-color: #50342F;
}
</style>
border-color css
<style>
span { border-color: #50342F; }
span { border-color: rgb(80,52,47); }
td.TdClassName
{
border-color: #50342F;
}
.TagClassName
{
border-color: #50342F;
}
</style>