Shades of Metallic Bronze #50483A
Tints of Metallic Bronze #50483A
RGB
CMYK
RGB Variations
Color information
#50483A (or 0x50483A) is known color: Metallic Bronze. HEX triplet: 50, 48 and 3A. RGB value is (80,72,58). Sum of RGB (Red+Green+Blue) = 80+72+58=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 80 - color contains mainly: red. Hex color #50483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50483A is #AFB7C5. Grayscale: #484848. Windows color (decimal): -11515846 or 3819600. OLE color: 3819600.
HSL color Cylindrical-coordinate representation of color #50483A: hue angle of 38.18º 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 #50483A is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 72 | 58 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.69 |
| HSL | 38.18º | 0.16% | 0.27% | - |
| HSV(B) | 38.18º | 0.28% | 0.31% | - |
| XYZ | 6.39 | 6.65 | 4.95 | - |
| YUV | 72.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 58 | 0 | 0.10 | 0.28 | 0.69 | 38.18 | 0.16 | 0.27 |
| Hex | 50 | 48 | 3A | 0 | A | 1C | 45 | 26 | 10 | 1B |
| Octal | 120 | 110 | 72 | 0 | 12 | 34 | 105 | 46 | 20 | 33 |
| Binary | 1010000 | 1001000 | 111010 | 0 | 1010 | 11100 | 1000101 | 100110 | 10000 | 11011 |
Color Harmonies of #50483A
Complementary color
Monochromatic Colors of #50483A
Black with #50483A
Text Example
Text Example
White with #50483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50483A; }
p { color: rgb(80,72,58); }
H1.HeaderClassName
{
color: #50483A;
}
.AnyTagClassName
{
color: #50483A;
}
</style>
background-color css
<style>
a { background-color: #50483A; }
a { background-color: rgb(80,72,58); }
div.DivClassName
{
background-color: #50483A;
}
.BgClassName
{
background-color: #50483A;
}
</style>
border-color css
<style>
span { border-color: #50483A; }
span { border-color: rgb(80,72,58); }
td.TdClassName
{
border-color: #50483A;
}
.TagClassName
{
border-color: #50483A;
}
</style>