Shades of Metallic Bronze #52483F
Tints of Metallic Bronze #52483F
RGB
CMYK
RGB Variations
Color information
#52483F (or 0x52483F) is known color: Metallic Bronze. HEX triplet: 52, 48 and 3F. RGB value is (82,72,63). Sum of RGB (Red+Green+Blue) = 82+72+63=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 82 - color contains mainly: red. Hex color #52483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52483F is #ADB7C0. Grayscale: #4A4A4A. Windows color (decimal): -11384769 or 4147282. OLE color: 4147282.
HSL color Cylindrical-coordinate representation of color #52483F: hue angle of 28.42º 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 #52483F is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 72 | 63 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.68 |
| HSL | 28.42º | 0.13% | 0.28% | - |
| HSV(B) | 28.42º | 0.23% | 0.32% | - |
| XYZ | 6.69 | 6.79 | 5.66 | - |
| YUV | 73.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 72 | 63 | 0 | 0.12 | 0.23 | 0.68 | 28.42 | 0.13 | 0.28 |
| Hex | 52 | 48 | 3F | 0 | C | 17 | 44 | 1C | D | 1C |
| Octal | 122 | 110 | 77 | 0 | 14 | 27 | 104 | 34 | 15 | 34 |
| Binary | 1010010 | 1001000 | 111111 | 0 | 1100 | 10111 | 1000100 | 11100 | 1101 | 11100 |
Color Harmonies of #52483F
Complementary color
Monochromatic Colors of #52483F
Black with #52483F
Text Example
Text Example
White with #52483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52483F; }
p { color: rgb(82,72,63); }
H1.HeaderClassName
{
color: #52483F;
}
.AnyTagClassName
{
color: #52483F;
}
</style>
background-color css
<style>
a { background-color: #52483F; }
a { background-color: rgb(82,72,63); }
div.DivClassName
{
background-color: #52483F;
}
.BgClassName
{
background-color: #52483F;
}
</style>
border-color css
<style>
span { border-color: #52483F; }
span { border-color: rgb(82,72,63); }
td.TdClassName
{
border-color: #52483F;
}
.TagClassName
{
border-color: #52483F;
}
</style>