Shades of Metallic Bronze #53473A
Tints of Metallic Bronze #53473A
RGB
CMYK
RGB Variations
Color information
#53473A (or 0x53473A) is known color: Metallic Bronze. HEX triplet: 53, 47 and 3A. RGB value is (83,71,58). Sum of RGB (Red+Green+Blue) = 83+71+58=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 83 - color contains mainly: red. Hex color #53473A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53473A is #ACB8C5. Grayscale: #494949. Windows color (decimal): -11319494 or 3819347. OLE color: 3819347.
HSL color Cylindrical-coordinate representation of color #53473A: hue angle of 31.2º 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 #53473A is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 71 | 58 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.67 |
| HSL | 31.2º | 0.18% | 0.28% | - |
| HSV(B) | 31.2º | 0.3% | 0.33% | - |
| XYZ | 6.58 | 6.65 | 4.94 | - |
| YUV | 73.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 58 | 0 | 0.14 | 0.30 | 0.67 | 31.2 | 0.18 | 0.28 |
| Hex | 53 | 47 | 3A | 0 | E | 1E | 43 | 1F | 12 | 1C |
| Octal | 123 | 107 | 72 | 0 | 16 | 36 | 103 | 37 | 22 | 34 |
| Binary | 1010011 | 1000111 | 111010 | 0 | 1110 | 11110 | 1000011 | 11111 | 10010 | 11100 |
Color Harmonies of #53473A
Complementary color
Monochromatic Colors of #53473A
Black with #53473A
Text Example
Text Example
White with #53473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53473A; }
p { color: rgb(83,71,58); }
H1.HeaderClassName
{
color: #53473A;
}
.AnyTagClassName
{
color: #53473A;
}
</style>
background-color css
<style>
a { background-color: #53473A; }
a { background-color: rgb(83,71,58); }
div.DivClassName
{
background-color: #53473A;
}
.BgClassName
{
background-color: #53473A;
}
</style>
border-color css
<style>
span { border-color: #53473A; }
span { border-color: rgb(83,71,58); }
td.TdClassName
{
border-color: #53473A;
}
.TagClassName
{
border-color: #53473A;
}
</style>