Shades of Metallic Bronze #54493C
Tints of Metallic Bronze #54493C
RGB
CMYK
RGB Variations
Color information
#54493C (or 0x54493C) is known color: Metallic Bronze. HEX triplet: 54, 49 and 3C. RGB value is (84,73,60). Sum of RGB (Red+Green+Blue) = 84+73+60=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 84 - color contains mainly: red. Hex color #54493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54493C is #ABB6C3. Grayscale: #4A4A4A. Windows color (decimal): -11253444 or 3950932. OLE color: 3950932.
HSL color Cylindrical-coordinate representation of color #54493C: hue angle of 32.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #54493C is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 73 | 60 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.67 |
| HSL | 32.5º | 0.17% | 0.28% | - |
| HSV(B) | 32.5º | 0.29% | 0.33% | - |
| XYZ | 6.85 | 6.98 | 5.26 | - |
| YUV | 74.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 60 | 0 | 0.13 | 0.29 | 0.67 | 32.5 | 0.17 | 0.28 |
| Hex | 54 | 49 | 3C | 0 | D | 1D | 43 | 20 | 11 | 1C |
| Octal | 124 | 111 | 74 | 0 | 15 | 35 | 103 | 40 | 21 | 34 |
| Binary | 1010100 | 1001001 | 111100 | 0 | 1101 | 11101 | 1000011 | 100000 | 10001 | 11100 |
Color Harmonies of #54493C
Complementary color
Monochromatic Colors of #54493C
Black with #54493C
Text Example
Text Example
White with #54493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54493C; }
p { color: rgb(84,73,60); }
H1.HeaderClassName
{
color: #54493C;
}
.AnyTagClassName
{
color: #54493C;
}
</style>
background-color css
<style>
a { background-color: #54493C; }
a { background-color: rgb(84,73,60); }
div.DivClassName
{
background-color: #54493C;
}
.BgClassName
{
background-color: #54493C;
}
</style>
border-color css
<style>
span { border-color: #54493C; }
span { border-color: rgb(84,73,60); }
td.TdClassName
{
border-color: #54493C;
}
.TagClassName
{
border-color: #54493C;
}
</style>