Shades of Metallic Bronze #50463A
Tints of Metallic Bronze #50463A
RGB
CMYK
RGB Variations
Color information
#50463A (or 0x50463A) is known color: Metallic Bronze. HEX triplet: 50, 46 and 3A. RGB value is (80,70,58). Sum of RGB (Red+Green+Blue) = 80+70+58=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 80 - color contains mainly: red. Hex color #50463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50463A is #AFB9C5. Grayscale: #474747. Windows color (decimal): -11516358 or 3819088. OLE color: 3819088.
HSL color Cylindrical-coordinate representation of color #50463A: hue angle of 32.73º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #50463A is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 70 | 58 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.69 |
| HSL | 32.73º | 0.16% | 0.27% | - |
| HSV(B) | 32.73º | 0.28% | 0.31% | - |
| XYZ | 6.26 | 6.39 | 4.91 | - |
| YUV | 71.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 58 | 0 | 0.12 | 0.28 | 0.69 | 32.73 | 0.16 | 0.27 |
| Hex | 50 | 46 | 3A | 0 | C | 1C | 45 | 21 | 10 | 1B |
| Octal | 120 | 106 | 72 | 0 | 14 | 34 | 105 | 41 | 20 | 33 |
| Binary | 1010000 | 1000110 | 111010 | 0 | 1100 | 11100 | 1000101 | 100001 | 10000 | 11011 |
Color Harmonies of #50463A
Complementary color
Monochromatic Colors of #50463A
Black with #50463A
Text Example
Text Example
White with #50463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50463A; }
p { color: rgb(80,70,58); }
H1.HeaderClassName
{
color: #50463A;
}
.AnyTagClassName
{
color: #50463A;
}
</style>
background-color css
<style>
a { background-color: #50463A; }
a { background-color: rgb(80,70,58); }
div.DivClassName
{
background-color: #50463A;
}
.BgClassName
{
background-color: #50463A;
}
</style>
border-color css
<style>
span { border-color: #50463A; }
span { border-color: rgb(80,70,58); }
td.TdClassName
{
border-color: #50463A;
}
.TagClassName
{
border-color: #50463A;
}
</style>