Shades of Metallic Bronze #52473C
Tints of Metallic Bronze #52473C
RGB
CMYK
RGB Variations
Color information
#52473C (or 0x52473C) is known color: Metallic Bronze. HEX triplet: 52, 47 and 3C. RGB value is (82,71,60). Sum of RGB (Red+Green+Blue) = 82+71+60=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 82 - color contains mainly: red. Hex color #52473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52473C is #ADB8C3. Grayscale: #494949. Windows color (decimal): -11385028 or 3950418. OLE color: 3950418.
HSL color Cylindrical-coordinate representation of color #52473C: hue angle of 30º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #52473C is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 71 | 60 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.68 |
| HSL | 30º | 0.15% | 0.28% | - |
| HSV(B) | 30º | 0.27% | 0.32% | - |
| XYZ | 6.55 | 6.63 | 5.21 | - |
| YUV | 73.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 71 | 60 | 0 | 0.13 | 0.27 | 0.68 | 30 | 0.15 | 0.28 |
| Hex | 52 | 47 | 3C | 0 | D | 1B | 44 | 1E | F | 1C |
| Octal | 122 | 107 | 74 | 0 | 15 | 33 | 104 | 36 | 17 | 34 |
| Binary | 1010010 | 1000111 | 111100 | 0 | 1101 | 11011 | 1000100 | 11110 | 1111 | 11100 |
Color Harmonies of #52473C
Complementary color
Monochromatic Colors of #52473C
Black with #52473C
Text Example
Text Example
White with #52473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52473C; }
p { color: rgb(82,71,60); }
H1.HeaderClassName
{
color: #52473C;
}
.AnyTagClassName
{
color: #52473C;
}
</style>
background-color css
<style>
a { background-color: #52473C; }
a { background-color: rgb(82,71,60); }
div.DivClassName
{
background-color: #52473C;
}
.BgClassName
{
background-color: #52473C;
}
</style>
border-color css
<style>
span { border-color: #52473C; }
span { border-color: rgb(82,71,60); }
td.TdClassName
{
border-color: #52473C;
}
.TagClassName
{
border-color: #52473C;
}
</style>