Shades of Metallic Bronze #52493C
Tints of Metallic Bronze #52493C
RGB
CMYK
RGB Variations
Color information
#52493C (or 0x52493C) is known color: Metallic Bronze. HEX triplet: 52, 49 and 3C. RGB value is (82,73,60). Sum of RGB (Red+Green+Blue) = 82+73+60=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 82 - color contains mainly: red. Hex color #52493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52493C is #ADB6C3. Grayscale: #4A4A4A. Windows color (decimal): -11384516 or 3950930. OLE color: 3950930.
HSL color Cylindrical-coordinate representation of color #52493C: hue angle of 35.45º 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 #52493C is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 73 | 60 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.68 |
| HSL | 35.45º | 0.15% | 0.28% | - |
| HSV(B) | 35.45º | 0.27% | 0.32% | - |
| XYZ | 6.68 | 6.89 | 5.25 | - |
| YUV | 74.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 73 | 60 | 0 | 0.11 | 0.27 | 0.68 | 35.45 | 0.15 | 0.28 |
| Hex | 52 | 49 | 3C | 0 | B | 1B | 44 | 23 | F | 1C |
| Octal | 122 | 111 | 74 | 0 | 13 | 33 | 104 | 43 | 17 | 34 |
| Binary | 1010010 | 1001001 | 111100 | 0 | 1011 | 11011 | 1000100 | 100011 | 1111 | 11100 |
Color Harmonies of #52493C
Complementary color
Monochromatic Colors of #52493C
Black with #52493C
Text Example
Text Example
White with #52493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52493C; }
p { color: rgb(82,73,60); }
H1.HeaderClassName
{
color: #52493C;
}
.AnyTagClassName
{
color: #52493C;
}
</style>
background-color css
<style>
a { background-color: #52493C; }
a { background-color: rgb(82,73,60); }
div.DivClassName
{
background-color: #52493C;
}
.BgClassName
{
background-color: #52493C;
}
</style>
border-color css
<style>
span { border-color: #52493C; }
span { border-color: rgb(82,73,60); }
td.TdClassName
{
border-color: #52493C;
}
.TagClassName
{
border-color: #52493C;
}
</style>