Shades of Metallic Bronze #53483A
Tints of Metallic Bronze #53483A
RGB
CMYK
RGB Variations
Color information
#53483A (or 0x53483A) is known color: Metallic Bronze. HEX triplet: 53, 48 and 3A. RGB value is (83,72,58). Sum of RGB (Red+Green+Blue) = 83+72+58=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #53483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53483A is #ACB7C5. Grayscale: #494949. Windows color (decimal): -11319238 or 3819603. OLE color: 3819603.
HSL color Cylindrical-coordinate representation of color #53483A: hue angle of 33.6º 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 #53483A is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 72 | 58 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.67 |
| HSL | 33.6º | 0.18% | 0.28% | - |
| HSV(B) | 33.6º | 0.3% | 0.33% | - |
| XYZ | 6.65 | 6.78 | 4.96 | - |
| YUV | 73.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 58 | 0 | 0.13 | 0.30 | 0.67 | 33.6 | 0.18 | 0.28 |
| Hex | 53 | 48 | 3A | 0 | D | 1E | 43 | 22 | 12 | 1C |
| Octal | 123 | 110 | 72 | 0 | 15 | 36 | 103 | 42 | 22 | 34 |
| Binary | 1010011 | 1001000 | 111010 | 0 | 1101 | 11110 | 1000011 | 100010 | 10010 | 11100 |
Color Harmonies of #53483A
Complementary color
Monochromatic Colors of #53483A
Black with #53483A
Text Example
Text Example
White with #53483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53483A; }
p { color: rgb(83,72,58); }
H1.HeaderClassName
{
color: #53483A;
}
.AnyTagClassName
{
color: #53483A;
}
</style>
background-color css
<style>
a { background-color: #53483A; }
a { background-color: rgb(83,72,58); }
div.DivClassName
{
background-color: #53483A;
}
.BgClassName
{
background-color: #53483A;
}
</style>
border-color css
<style>
span { border-color: #53483A; }
span { border-color: rgb(83,72,58); }
td.TdClassName
{
border-color: #53483A;
}
.TagClassName
{
border-color: #53483A;
}
</style>