Shades of Metallic Bronze #54493D
Tints of Metallic Bronze #54493D
RGB
CMYK
RGB Variations
Color information
#54493D (or 0x54493D) is known color: Metallic Bronze. HEX triplet: 54, 49 and 3D. RGB value is (84,73,61). Sum of RGB (Red+Green+Blue) = 84+73+61=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 84 - color contains mainly: red. Hex color #54493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54493D is #ABB6C2. Grayscale: #4A4A4A. Windows color (decimal): -11253443 or 4016468. OLE color: 4016468.
HSL color Cylindrical-coordinate representation of color #54493D: 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.27%. Process color model (Four color, CMYK) of #54493D is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 73 | 61 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.67 |
| HSL | 31.3º | 0.16% | 0.28% | - |
| HSV(B) | 31.3º | 0.27% | 0.33% | - |
| XYZ | 6.88 | 6.99 | 5.4 | - |
| YUV | 74.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 61 | 0 | 0.13 | 0.27 | 0.67 | 31.3 | 0.16 | 0.28 |
| Hex | 54 | 49 | 3D | 0 | D | 1B | 43 | 1F | 10 | 1C |
| Octal | 124 | 111 | 75 | 0 | 15 | 33 | 103 | 37 | 20 | 34 |
| Binary | 1010100 | 1001001 | 111101 | 0 | 1101 | 11011 | 1000011 | 11111 | 10000 | 11100 |
Color Harmonies of #54493D
Complementary color
Monochromatic Colors of #54493D
Black with #54493D
Text Example
Text Example
White with #54493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54493D; }
p { color: rgb(84,73,61); }
H1.HeaderClassName
{
color: #54493D;
}
.AnyTagClassName
{
color: #54493D;
}
</style>
background-color css
<style>
a { background-color: #54493D; }
a { background-color: rgb(84,73,61); }
div.DivClassName
{
background-color: #54493D;
}
.BgClassName
{
background-color: #54493D;
}
</style>
border-color css
<style>
span { border-color: #54493D; }
span { border-color: rgb(84,73,61); }
td.TdClassName
{
border-color: #54493D;
}
.TagClassName
{
border-color: #54493D;
}
</style>