Shades of Metallic Bronze #54493A
Tints of Metallic Bronze #54493A
RGB
CMYK
RGB Variations
Color information
#54493A (or 0x54493A) is known color: Metallic Bronze. HEX triplet: 54, 49 and 3A. RGB value is (84,73,58). Sum of RGB (Red+Green+Blue) = 84+73+58=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 84 - color contains mainly: red. Hex color #54493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54493A is #ABB6C5. Grayscale: #4A4A4A. Windows color (decimal): -11253446 or 3819860. OLE color: 3819860.
HSL color Cylindrical-coordinate representation of color #54493A: hue angle of 34.62º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #54493A is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 73 | 58 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.67 |
| HSL | 34.62º | 0.18% | 0.28% | - |
| HSV(B) | 34.62º | 0.31% | 0.33% | - |
| XYZ | 6.8 | 6.96 | 4.99 | - |
| YUV | 74.58 | 118.64 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 58 | 0 | 0.13 | 0.31 | 0.67 | 34.62 | 0.18 | 0.28 |
| Hex | 54 | 49 | 3A | 0 | D | 1F | 43 | 23 | 12 | 1C |
| Octal | 124 | 111 | 72 | 0 | 15 | 37 | 103 | 43 | 22 | 34 |
| Binary | 1010100 | 1001001 | 111010 | 0 | 1101 | 11111 | 1000011 | 100011 | 10010 | 11100 |
Color Harmonies of #54493A
Complementary color
Monochromatic Colors of #54493A
Black with #54493A
Text Example
Text Example
White with #54493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54493A; }
p { color: rgb(84,73,58); }
H1.HeaderClassName
{
color: #54493A;
}
.AnyTagClassName
{
color: #54493A;
}
</style>
background-color css
<style>
a { background-color: #54493A; }
a { background-color: rgb(84,73,58); }
div.DivClassName
{
background-color: #54493A;
}
.BgClassName
{
background-color: #54493A;
}
</style>
border-color css
<style>
span { border-color: #54493A; }
span { border-color: rgb(84,73,58); }
td.TdClassName
{
border-color: #54493A;
}
.TagClassName
{
border-color: #54493A;
}
</style>