Shades of Metallic Bronze #50473D
Tints of Metallic Bronze #50473D
RGB
CMYK
RGB Variations
Color information
#50473D (or 0x50473D) is known color: Metallic Bronze. HEX triplet: 50, 47 and 3D. RGB value is (80,71,61). Sum of RGB (Red+Green+Blue) = 80+71+61=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 80 - color contains mainly: red. Hex color #50473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50473D is #AFB8C2. Grayscale: #484848. Windows color (decimal): -11516099 or 4015952. OLE color: 4015952.
HSL color Cylindrical-coordinate representation of color #50473D: hue angle of 31.58º 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 #50473D is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 71 | 61 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.69 |
| HSL | 31.58º | 0.13% | 0.28% | - |
| HSV(B) | 31.58º | 0.24% | 0.31% | - |
| XYZ | 6.4 | 6.55 | 5.34 | - |
| YUV | 72.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 61 | 0 | 0.11 | 0.24 | 0.69 | 31.58 | 0.13 | 0.28 |
| Hex | 50 | 47 | 3D | 0 | B | 18 | 45 | 20 | D | 1C |
| Octal | 120 | 107 | 75 | 0 | 13 | 30 | 105 | 40 | 15 | 34 |
| Binary | 1010000 | 1000111 | 111101 | 0 | 1011 | 11000 | 1000101 | 100000 | 1101 | 11100 |
Color Harmonies of #50473D
Complementary color
Monochromatic Colors of #50473D
Black with #50473D
Text Example
Text Example
White with #50473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50473D; }
p { color: rgb(80,71,61); }
H1.HeaderClassName
{
color: #50473D;
}
.AnyTagClassName
{
color: #50473D;
}
</style>
background-color css
<style>
a { background-color: #50473D; }
a { background-color: rgb(80,71,61); }
div.DivClassName
{
background-color: #50473D;
}
.BgClassName
{
background-color: #50473D;
}
</style>
border-color css
<style>
span { border-color: #50473D; }
span { border-color: rgb(80,71,61); }
td.TdClassName
{
border-color: #50473D;
}
.TagClassName
{
border-color: #50473D;
}
</style>