Shades of Metallic Bronze #50483F
Tints of Metallic Bronze #50483F
RGB
CMYK
RGB Variations
Color information
#50483F (or 0x50483F) is known color: Metallic Bronze. HEX triplet: 50, 48 and 3F. RGB value is (80,72,63). Sum of RGB (Red+Green+Blue) = 80+72+63=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 80 - color contains mainly: red. Hex color #50483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50483F is #AFB7C0. Grayscale: #494949. Windows color (decimal): -11515841 or 4147280. OLE color: 4147280.
HSL color Cylindrical-coordinate representation of color #50483F: hue angle of 31.76º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #50483F is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 72 | 63 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.69 |
| HSL | 31.76º | 0.12% | 0.28% | - |
| HSV(B) | 31.76º | 0.21% | 0.31% | - |
| XYZ | 6.52 | 6.7 | 5.65 | - |
| YUV | 73.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 63 | 0 | 0.10 | 0.21 | 0.69 | 31.76 | 0.12 | 0.28 |
| Hex | 50 | 48 | 3F | 0 | A | 15 | 45 | 20 | C | 1C |
| Octal | 120 | 110 | 77 | 0 | 12 | 25 | 105 | 40 | 14 | 34 |
| Binary | 1010000 | 1001000 | 111111 | 0 | 1010 | 10101 | 1000101 | 100000 | 1100 | 11100 |
Color Harmonies of #50483F
Complementary color
Monochromatic Colors of #50483F
Black with #50483F
Text Example
Text Example
White with #50483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50483F; }
p { color: rgb(80,72,63); }
H1.HeaderClassName
{
color: #50483F;
}
.AnyTagClassName
{
color: #50483F;
}
</style>
background-color css
<style>
a { background-color: #50483F; }
a { background-color: rgb(80,72,63); }
div.DivClassName
{
background-color: #50483F;
}
.BgClassName
{
background-color: #50483F;
}
</style>
border-color css
<style>
span { border-color: #50483F; }
span { border-color: rgb(80,72,63); }
td.TdClassName
{
border-color: #50483F;
}
.TagClassName
{
border-color: #50483F;
}
</style>