Shades of Metallic Bronze #50493D
Tints of Metallic Bronze #50493D
RGB
CMYK
RGB Variations
Color information
#50493D (or 0x50493D) is known color: Metallic Bronze. HEX triplet: 50, 49 and 3D. RGB value is (80,73,61). Sum of RGB (Red+Green+Blue) = 80+73+61=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 80 - color contains mainly: red. Hex color #50493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50493D is #AFB6C2. Grayscale: #494949. Windows color (decimal): -11515587 or 4016464. OLE color: 4016464.
HSL color Cylindrical-coordinate representation of color #50493D: hue angle of 37.89º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #50493D is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 73 | 61 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.69 |
| HSL | 37.89º | 0.13% | 0.28% | - |
| HSV(B) | 37.89º | 0.24% | 0.31% | - |
| XYZ | 6.53 | 6.81 | 5.38 | - |
| YUV | 73.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 73 | 61 | 0 | 0.09 | 0.24 | 0.69 | 37.89 | 0.13 | 0.28 |
| Hex | 50 | 49 | 3D | 0 | 9 | 18 | 45 | 26 | D | 1C |
| Octal | 120 | 111 | 75 | 0 | 11 | 30 | 105 | 46 | 15 | 34 |
| Binary | 1010000 | 1001001 | 111101 | 0 | 1001 | 11000 | 1000101 | 100110 | 1101 | 11100 |
Color Harmonies of #50493D
Complementary color
Monochromatic Colors of #50493D
Black with #50493D
Text Example
Text Example
White with #50493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50493D; }
p { color: rgb(80,73,61); }
H1.HeaderClassName
{
color: #50493D;
}
.AnyTagClassName
{
color: #50493D;
}
</style>
background-color css
<style>
a { background-color: #50493D; }
a { background-color: rgb(80,73,61); }
div.DivClassName
{
background-color: #50493D;
}
.BgClassName
{
background-color: #50493D;
}
</style>
border-color css
<style>
span { border-color: #50493D; }
span { border-color: rgb(80,73,61); }
td.TdClassName
{
border-color: #50493D;
}
.TagClassName
{
border-color: #50493D;
}
</style>