Shades of Metallic Bronze #50473C
Tints of Metallic Bronze #50473C
RGB
CMYK
RGB Variations
Color information
#50473C (or 0x50473C) is known color: Metallic Bronze. HEX triplet: 50, 47 and 3C. RGB value is (80,71,60). Sum of RGB (Red+Green+Blue) = 80+71+60=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 80 - color contains mainly: red. Hex color #50473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50473C is #AFB8C3. Grayscale: #484848. Windows color (decimal): -11516100 or 3950416. OLE color: 3950416.
HSL color Cylindrical-coordinate representation of color #50473C: hue angle of 33º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #50473C is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 71 | 60 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.69 |
| HSL | 33º | 0.14% | 0.27% | - |
| HSV(B) | 33º | 0.25% | 0.31% | - |
| XYZ | 6.38 | 6.54 | 5.2 | - |
| YUV | 72.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 60 | 0 | 0.11 | 0.25 | 0.69 | 33 | 0.14 | 0.27 |
| Hex | 50 | 47 | 3C | 0 | B | 19 | 45 | 21 | E | 1B |
| Octal | 120 | 107 | 74 | 0 | 13 | 31 | 105 | 41 | 16 | 33 |
| Binary | 1010000 | 1000111 | 111100 | 0 | 1011 | 11001 | 1000101 | 100001 | 1110 | 11011 |
Color Harmonies of #50473C
Complementary color
Monochromatic Colors of #50473C
Black with #50473C
Text Example
Text Example
White with #50473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50473C; }
p { color: rgb(80,71,60); }
H1.HeaderClassName
{
color: #50473C;
}
.AnyTagClassName
{
color: #50473C;
}
</style>
background-color css
<style>
a { background-color: #50473C; }
a { background-color: rgb(80,71,60); }
div.DivClassName
{
background-color: #50473C;
}
.BgClassName
{
background-color: #50473C;
}
</style>
border-color css
<style>
span { border-color: #50473C; }
span { border-color: rgb(80,71,60); }
td.TdClassName
{
border-color: #50473C;
}
.TagClassName
{
border-color: #50473C;
}
</style>