Shades of Metallic Bronze #53483C
Tints of Metallic Bronze #53483C
RGB
CMYK
RGB Variations
Color information
#53483C (or 0x53483C) is known color: Metallic Bronze. HEX triplet: 53, 48 and 3C. RGB value is (83,72,60). Sum of RGB (Red+Green+Blue) = 83+72+60=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 83 - color contains mainly: red. Hex color #53483C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53483C is #ACB7C3. Grayscale: #494949. Windows color (decimal): -11319236 or 3950675. OLE color: 3950675.
HSL color Cylindrical-coordinate representation of color #53483C: hue angle of 31.3º 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 #53483C is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 72 | 60 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.67 |
| HSL | 31.3º | 0.16% | 0.28% | - |
| HSV(B) | 31.3º | 0.28% | 0.33% | - |
| XYZ | 6.7 | 6.8 | 5.23 | - |
| YUV | 73.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 60 | 0 | 0.13 | 0.28 | 0.67 | 31.3 | 0.16 | 0.28 |
| Hex | 53 | 48 | 3C | 0 | D | 1C | 43 | 1F | 10 | 1C |
| Octal | 123 | 110 | 74 | 0 | 15 | 34 | 103 | 37 | 20 | 34 |
| Binary | 1010011 | 1001000 | 111100 | 0 | 1101 | 11100 | 1000011 | 11111 | 10000 | 11100 |
Color Harmonies of #53483C
Complementary color
Monochromatic Colors of #53483C
Black with #53483C
Text Example
Text Example
White with #53483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53483C; }
p { color: rgb(83,72,60); }
H1.HeaderClassName
{
color: #53483C;
}
.AnyTagClassName
{
color: #53483C;
}
</style>
background-color css
<style>
a { background-color: #53483C; }
a { background-color: rgb(83,72,60); }
div.DivClassName
{
background-color: #53483C;
}
.BgClassName
{
background-color: #53483C;
}
</style>
border-color css
<style>
span { border-color: #53483C; }
span { border-color: rgb(83,72,60); }
td.TdClassName
{
border-color: #53483C;
}
.TagClassName
{
border-color: #53483C;
}
</style>