Shades of Metallic Bronze #524A3B
Tints of Metallic Bronze #524A3B
RGB
CMYK
RGB Variations
Color information
#524A3B (or 0x524A3B) is known color: Metallic Bronze. HEX triplet: 52, 4A and 3B. RGB value is (82,74,59). Sum of RGB (Red+Green+Blue) = 82+74+59=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 82 - color contains mainly: red. Hex color #524A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A3B is #ADB5C4. Grayscale: #4A4A4A. Windows color (decimal): -11384261 or 3885650. OLE color: 3885650.
HSL color Cylindrical-coordinate representation of color #524A3B: hue angle of 39.13º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #524A3B is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 74 | 59 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.68 |
| HSL | 39.13º | 0.16% | 0.28% | - |
| HSV(B) | 39.13º | 0.28% | 0.32% | - |
| XYZ | 6.72 | 7.01 | 5.14 | - |
| YUV | 74.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 59 | 0 | 0.10 | 0.28 | 0.68 | 39.13 | 0.16 | 0.28 |
| Hex | 52 | 4A | 3B | 0 | A | 1C | 44 | 27 | 10 | 1C |
| Octal | 122 | 112 | 73 | 0 | 12 | 34 | 104 | 47 | 20 | 34 |
| Binary | 1010010 | 1001010 | 111011 | 0 | 1010 | 11100 | 1000100 | 100111 | 10000 | 11100 |
Color Harmonies of #524A3B
Complementary color
Monochromatic Colors of #524A3B
Black with #524A3B
Text Example
Text Example
White with #524A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524A3B; }
p { color: rgb(82,74,59); }
H1.HeaderClassName
{
color: #524A3B;
}
.AnyTagClassName
{
color: #524A3B;
}
</style>
background-color css
<style>
a { background-color: #524A3B; }
a { background-color: rgb(82,74,59); }
div.DivClassName
{
background-color: #524A3B;
}
.BgClassName
{
background-color: #524A3B;
}
</style>
border-color css
<style>
span { border-color: #524A3B; }
span { border-color: rgb(82,74,59); }
td.TdClassName
{
border-color: #524A3B;
}
.TagClassName
{
border-color: #524A3B;
}
</style>