Shades of Metallic Bronze #524A3F
Tints of Metallic Bronze #524A3F
RGB
CMYK
RGB Variations
Color information
#524A3F (or 0x524A3F) is known color: Metallic Bronze. HEX triplet: 52, 4A and 3F. RGB value is (82,74,63). Sum of RGB (Red+Green+Blue) = 82+74+63=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 82 - color contains mainly: red. Hex color #524A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A3F is #ADB5C0. Grayscale: #4B4B4B. Windows color (decimal): -11384257 or 4147794. OLE color: 4147794.
HSL color Cylindrical-coordinate representation of color #524A3F: hue angle of 34.74º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #524A3F is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 74 | 63 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.68 |
| HSL | 34.74º | 0.13% | 0.28% | - |
| HSV(B) | 34.74º | 0.23% | 0.32% | - |
| XYZ | 6.83 | 7.05 | 5.7 | - |
| YUV | 75.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 63 | 0 | 0.10 | 0.23 | 0.68 | 34.74 | 0.13 | 0.28 |
| Hex | 52 | 4A | 3F | 0 | A | 17 | 44 | 23 | D | 1C |
| Octal | 122 | 112 | 77 | 0 | 12 | 27 | 104 | 43 | 15 | 34 |
| Binary | 1010010 | 1001010 | 111111 | 0 | 1010 | 10111 | 1000100 | 100011 | 1101 | 11100 |
Color Harmonies of #524A3F
Complementary color
Monochromatic Colors of #524A3F
Black with #524A3F
Text Example
Text Example
White with #524A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524A3F; }
p { color: rgb(82,74,63); }
H1.HeaderClassName
{
color: #524A3F;
}
.AnyTagClassName
{
color: #524A3F;
}
</style>
background-color css
<style>
a { background-color: #524A3F; }
a { background-color: rgb(82,74,63); }
div.DivClassName
{
background-color: #524A3F;
}
.BgClassName
{
background-color: #524A3F;
}
</style>
border-color css
<style>
span { border-color: #524A3F; }
span { border-color: rgb(82,74,63); }
td.TdClassName
{
border-color: #524A3F;
}
.TagClassName
{
border-color: #524A3F;
}
</style>