Shades of Metallic Bronze #52493D
Tints of Metallic Bronze #52493D
RGB
CMYK
RGB Variations
Color information
#52493D (or 0x52493D) is known color: Metallic Bronze. HEX triplet: 52, 49 and 3D. RGB value is (82,73,61). Sum of RGB (Red+Green+Blue) = 82+73+61=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 82 - color contains mainly: red. Hex color #52493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52493D is #ADB6C2. Grayscale: #4A4A4A. Windows color (decimal): -11384515 or 4016466. OLE color: 4016466.
HSL color Cylindrical-coordinate representation of color #52493D: hue angle of 34.29º 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 #52493D is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 73 | 61 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.68 |
| HSL | 34.29º | 0.15% | 0.28% | - |
| HSV(B) | 34.29º | 0.26% | 0.32% | - |
| XYZ | 6.7 | 6.9 | 5.39 | - |
| YUV | 74.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 73 | 61 | 0 | 0.11 | 0.26 | 0.68 | 34.29 | 0.15 | 0.28 |
| Hex | 52 | 49 | 3D | 0 | B | 1A | 44 | 22 | F | 1C |
| Octal | 122 | 111 | 75 | 0 | 13 | 32 | 104 | 42 | 17 | 34 |
| Binary | 1010010 | 1001001 | 111101 | 0 | 1011 | 11010 | 1000100 | 100010 | 1111 | 11100 |
Color Harmonies of #52493D
Complementary color
Monochromatic Colors of #52493D
Black with #52493D
Text Example
Text Example
White with #52493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52493D; }
p { color: rgb(82,73,61); }
H1.HeaderClassName
{
color: #52493D;
}
.AnyTagClassName
{
color: #52493D;
}
</style>
background-color css
<style>
a { background-color: #52493D; }
a { background-color: rgb(82,73,61); }
div.DivClassName
{
background-color: #52493D;
}
.BgClassName
{
background-color: #52493D;
}
</style>
border-color css
<style>
span { border-color: #52493D; }
span { border-color: rgb(82,73,61); }
td.TdClassName
{
border-color: #52493D;
}
.TagClassName
{
border-color: #52493D;
}
</style>