Shades of Metallic Bronze #53493A
Tints of Metallic Bronze #53493A
RGB
CMYK
RGB Variations
Color information
#53493A (or 0x53493A) is known color: Metallic Bronze. HEX triplet: 53, 49 and 3A. RGB value is (83,73,58). Sum of RGB (Red+Green+Blue) = 83+73+58=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #53493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53493A is #ACB6C5. Grayscale: #4A4A4A. Windows color (decimal): -11318982 or 3819859. OLE color: 3819859.
HSL color Cylindrical-coordinate representation of color #53493A: hue angle of 36º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #53493A is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 73 | 58 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.67 |
| HSL | 36º | 0.18% | 0.28% | - |
| HSV(B) | 36º | 0.3% | 0.33% | - |
| XYZ | 6.71 | 6.91 | 4.98 | - |
| YUV | 74.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 58 | 0 | 0.12 | 0.30 | 0.67 | 36 | 0.18 | 0.28 |
| Hex | 53 | 49 | 3A | 0 | C | 1E | 43 | 24 | 12 | 1C |
| Octal | 123 | 111 | 72 | 0 | 14 | 36 | 103 | 44 | 22 | 34 |
| Binary | 1010011 | 1001001 | 111010 | 0 | 1100 | 11110 | 1000011 | 100100 | 10010 | 11100 |
Color Harmonies of #53493A
Complementary color
Monochromatic Colors of #53493A
Black with #53493A
Text Example
Text Example
White with #53493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53493A; }
p { color: rgb(83,73,58); }
H1.HeaderClassName
{
color: #53493A;
}
.AnyTagClassName
{
color: #53493A;
}
</style>
background-color css
<style>
a { background-color: #53493A; }
a { background-color: rgb(83,73,58); }
div.DivClassName
{
background-color: #53493A;
}
.BgClassName
{
background-color: #53493A;
}
</style>
border-color css
<style>
span { border-color: #53493A; }
span { border-color: rgb(83,73,58); }
td.TdClassName
{
border-color: #53493A;
}
.TagClassName
{
border-color: #53493A;
}
</style>