Shades of Metallic Bronze #50473A
Tints of Metallic Bronze #50473A
RGB
CMYK
RGB Variations
Color information
#50473A (or 0x50473A) is known color: Metallic Bronze. HEX triplet: 50, 47 and 3A. RGB value is (80,71,58). Sum of RGB (Red+Green+Blue) = 80+71+58=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 80 - color contains mainly: red. Hex color #50473A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50473A is #AFB8C5. Grayscale: #484848. Windows color (decimal): -11516102 or 3819344. OLE color: 3819344.
HSL color Cylindrical-coordinate representation of color #50473A: hue angle of 35.45º 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 #50473A is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 71 | 58 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.69 |
| HSL | 35.45º | 0.16% | 0.27% | - |
| HSV(B) | 35.45º | 0.28% | 0.31% | - |
| XYZ | 6.33 | 6.52 | 4.93 | - |
| YUV | 72.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 58 | 0 | 0.11 | 0.28 | 0.69 | 35.45 | 0.16 | 0.27 |
| Hex | 50 | 47 | 3A | 0 | B | 1C | 45 | 23 | 10 | 1B |
| Octal | 120 | 107 | 72 | 0 | 13 | 34 | 105 | 43 | 20 | 33 |
| Binary | 1010000 | 1000111 | 111010 | 0 | 1011 | 11100 | 1000101 | 100011 | 10000 | 11011 |
Color Harmonies of #50473A
Complementary color
Monochromatic Colors of #50473A
Black with #50473A
Text Example
Text Example
White with #50473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50473A; }
p { color: rgb(80,71,58); }
H1.HeaderClassName
{
color: #50473A;
}
.AnyTagClassName
{
color: #50473A;
}
</style>
background-color css
<style>
a { background-color: #50473A; }
a { background-color: rgb(80,71,58); }
div.DivClassName
{
background-color: #50473A;
}
.BgClassName
{
background-color: #50473A;
}
</style>
border-color css
<style>
span { border-color: #50473A; }
span { border-color: rgb(80,71,58); }
td.TdClassName
{
border-color: #50473A;
}
.TagClassName
{
border-color: #50473A;
}
</style>