Shades of Metallic Bronze #53493C
Tints of Metallic Bronze #53493C
RGB
CMYK
RGB Variations
Color information
#53493C (or 0x53493C) is known color: Metallic Bronze. HEX triplet: 53, 49 and 3C. RGB value is (83,73,60). Sum of RGB (Red+Green+Blue) = 83+73+60=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 83 - color contains mainly: red. Hex color #53493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53493C is #ACB6C3. Grayscale: #4A4A4A. Windows color (decimal): -11318980 or 3950931. OLE color: 3950931.
HSL color Cylindrical-coordinate representation of color #53493C: hue angle of 33.91º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #53493C is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 73 | 60 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.67 |
| HSL | 33.91º | 0.16% | 0.28% | - |
| HSV(B) | 33.91º | 0.28% | 0.33% | - |
| XYZ | 6.77 | 6.93 | 5.26 | - |
| YUV | 74.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 60 | 0 | 0.12 | 0.28 | 0.67 | 33.91 | 0.16 | 0.28 |
| Hex | 53 | 49 | 3C | 0 | C | 1C | 43 | 22 | 10 | 1C |
| Octal | 123 | 111 | 74 | 0 | 14 | 34 | 103 | 42 | 20 | 34 |
| Binary | 1010011 | 1001001 | 111100 | 0 | 1100 | 11100 | 1000011 | 100010 | 10000 | 11100 |
Color Harmonies of #53493C
Complementary color
Monochromatic Colors of #53493C
Black with #53493C
Text Example
Text Example
White with #53493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53493C; }
p { color: rgb(83,73,60); }
H1.HeaderClassName
{
color: #53493C;
}
.AnyTagClassName
{
color: #53493C;
}
</style>
background-color css
<style>
a { background-color: #53493C; }
a { background-color: rgb(83,73,60); }
div.DivClassName
{
background-color: #53493C;
}
.BgClassName
{
background-color: #53493C;
}
</style>
border-color css
<style>
span { border-color: #53493C; }
span { border-color: rgb(83,73,60); }
td.TdClassName
{
border-color: #53493C;
}
.TagClassName
{
border-color: #53493C;
}
</style>