Shades of Metallic Bronze #52473D
Tints of Metallic Bronze #52473D
RGB
CMYK
RGB Variations
Color information
#52473D (or 0x52473D) is known color: Metallic Bronze. HEX triplet: 52, 47 and 3D. RGB value is (82,71,61). Sum of RGB (Red+Green+Blue) = 82+71+61=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 82 - color contains mainly: red. Hex color #52473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52473D is #ADB8C2. Grayscale: #494949. Windows color (decimal): -11385027 or 4015954. OLE color: 4015954.
HSL color Cylindrical-coordinate representation of color #52473D: hue angle of 28.57º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #52473D is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 71 | 61 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.68 |
| HSL | 28.57º | 0.15% | 0.28% | - |
| HSV(B) | 28.57º | 0.26% | 0.32% | - |
| XYZ | 6.58 | 6.64 | 5.35 | - |
| YUV | 73.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 71 | 61 | 0 | 0.13 | 0.26 | 0.68 | 28.57 | 0.15 | 0.28 |
| Hex | 52 | 47 | 3D | 0 | D | 1A | 44 | 1D | F | 1C |
| Octal | 122 | 107 | 75 | 0 | 15 | 32 | 104 | 35 | 17 | 34 |
| Binary | 1010010 | 1000111 | 111101 | 0 | 1101 | 11010 | 1000100 | 11101 | 1111 | 11100 |
Color Harmonies of #52473D
Complementary color
Monochromatic Colors of #52473D
Black with #52473D
Text Example
Text Example
White with #52473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52473D; }
p { color: rgb(82,71,61); }
H1.HeaderClassName
{
color: #52473D;
}
.AnyTagClassName
{
color: #52473D;
}
</style>
background-color css
<style>
a { background-color: #52473D; }
a { background-color: rgb(82,71,61); }
div.DivClassName
{
background-color: #52473D;
}
.BgClassName
{
background-color: #52473D;
}
</style>
border-color css
<style>
span { border-color: #52473D; }
span { border-color: rgb(82,71,61); }
td.TdClassName
{
border-color: #52473D;
}
.TagClassName
{
border-color: #52473D;
}
</style>