Shades of Metallic Bronze #504A3D
Tints of Metallic Bronze #504A3D
RGB
CMYK
RGB Variations
Color information
#504A3D (or 0x504A3D) is known color: Metallic Bronze. HEX triplet: 50, 4A and 3D. RGB value is (80,74,61). Sum of RGB (Red+Green+Blue) = 80+74+61=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 80 - color contains mainly: red. Hex color #504A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A3D is #AFB5C2. Grayscale: #4A4A4A. Windows color (decimal): -11515331 or 4016720. OLE color: 4016720.
HSL color Cylindrical-coordinate representation of color #504A3D: hue angle of 41.05º 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 #504A3D is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 74 | 61 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.69 |
| HSL | 41.05º | 0.13% | 0.28% | - |
| HSV(B) | 41.05º | 0.24% | 0.31% | - |
| XYZ | 6.6 | 6.94 | 5.41 | - |
| YUV | 74.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 61 | 0 | 0.08 | 0.24 | 0.69 | 41.05 | 0.13 | 0.28 |
| Hex | 50 | 4A | 3D | 0 | 8 | 18 | 45 | 29 | D | 1C |
| Octal | 120 | 112 | 75 | 0 | 10 | 30 | 105 | 51 | 15 | 34 |
| Binary | 1010000 | 1001010 | 111101 | 0 | 1000 | 11000 | 1000101 | 101001 | 1101 | 11100 |
Color Harmonies of #504A3D
Complementary color
Monochromatic Colors of #504A3D
Black with #504A3D
Text Example
Text Example
White with #504A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A3D; }
p { color: rgb(80,74,61); }
H1.HeaderClassName
{
color: #504A3D;
}
.AnyTagClassName
{
color: #504A3D;
}
</style>
background-color css
<style>
a { background-color: #504A3D; }
a { background-color: rgb(80,74,61); }
div.DivClassName
{
background-color: #504A3D;
}
.BgClassName
{
background-color: #504A3D;
}
</style>
border-color css
<style>
span { border-color: #504A3D; }
span { border-color: rgb(80,74,61); }
td.TdClassName
{
border-color: #504A3D;
}
.TagClassName
{
border-color: #504A3D;
}
</style>