Shades of Metallic Bronze #53463A
Tints of Metallic Bronze #53463A
RGB
CMYK
RGB Variations
Color information
#53463A (or 0x53463A) is known color: Metallic Bronze. HEX triplet: 53, 46 and 3A. RGB value is (83,70,58). Sum of RGB (Red+Green+Blue) = 83+70+58=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #53463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53463A is #ACB9C5. Grayscale: #484848. Windows color (decimal): -11319750 or 3819091. OLE color: 3819091.
HSL color Cylindrical-coordinate representation of color #53463A: hue angle of 28.8º 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 #53463A is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 70 | 58 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.67 |
| HSL | 28.8º | 0.18% | 0.28% | - |
| HSV(B) | 28.8º | 0.3% | 0.33% | - |
| XYZ | 6.52 | 6.52 | 4.92 | - |
| YUV | 72.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 58 | 0 | 0.16 | 0.30 | 0.67 | 28.8 | 0.18 | 0.28 |
| Hex | 53 | 46 | 3A | 0 | 10 | 1E | 43 | 1D | 12 | 1C |
| Octal | 123 | 106 | 72 | 0 | 20 | 36 | 103 | 35 | 22 | 34 |
| Binary | 1010011 | 1000110 | 111010 | 0 | 10000 | 11110 | 1000011 | 11101 | 10010 | 11100 |
Color Harmonies of #53463A
Complementary color
Monochromatic Colors of #53463A
Black with #53463A
Text Example
Text Example
White with #53463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53463A; }
p { color: rgb(83,70,58); }
H1.HeaderClassName
{
color: #53463A;
}
.AnyTagClassName
{
color: #53463A;
}
</style>
background-color css
<style>
a { background-color: #53463A; }
a { background-color: rgb(83,70,58); }
div.DivClassName
{
background-color: #53463A;
}
.BgClassName
{
background-color: #53463A;
}
</style>
border-color css
<style>
span { border-color: #53463A; }
span { border-color: rgb(83,70,58); }
td.TdClassName
{
border-color: #53463A;
}
.TagClassName
{
border-color: #53463A;
}
</style>