Shades of Metallic Bronze #53493D
Tints of Metallic Bronze #53493D
RGB
CMYK
RGB Variations
Color information
#53493D (or 0x53493D) is known color: Metallic Bronze. HEX triplet: 53, 49 and 3D. RGB value is (83,73,61). Sum of RGB (Red+Green+Blue) = 83+73+61=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #53493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53493D is #ACB6C2. Grayscale: #4A4A4A. Windows color (decimal): -11318979 or 4016467. OLE color: 4016467.
HSL color Cylindrical-coordinate representation of color #53493D: hue angle of 32.73º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #53493D is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 73 | 61 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.67 |
| HSL | 32.73º | 0.15% | 0.28% | - |
| HSV(B) | 32.73º | 0.27% | 0.33% | - |
| XYZ | 6.79 | 6.94 | 5.4 | - |
| YUV | 74.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 61 | 0 | 0.12 | 0.27 | 0.67 | 32.73 | 0.15 | 0.28 |
| Hex | 53 | 49 | 3D | 0 | C | 1B | 43 | 21 | F | 1C |
| Octal | 123 | 111 | 75 | 0 | 14 | 33 | 103 | 41 | 17 | 34 |
| Binary | 1010011 | 1001001 | 111101 | 0 | 1100 | 11011 | 1000011 | 100001 | 1111 | 11100 |
Color Harmonies of #53493D
Complementary color
Monochromatic Colors of #53493D
Black with #53493D
Text Example
Text Example
White with #53493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53493D; }
p { color: rgb(83,73,61); }
H1.HeaderClassName
{
color: #53493D;
}
.AnyTagClassName
{
color: #53493D;
}
</style>
background-color css
<style>
a { background-color: #53493D; }
a { background-color: rgb(83,73,61); }
div.DivClassName
{
background-color: #53493D;
}
.BgClassName
{
background-color: #53493D;
}
</style>
border-color css
<style>
span { border-color: #53493D; }
span { border-color: rgb(83,73,61); }
td.TdClassName
{
border-color: #53493D;
}
.TagClassName
{
border-color: #53493D;
}
</style>