Shades of Metallic Bronze #54493B
Tints of Metallic Bronze #54493B
RGB
CMYK
RGB Variations
Color information
#54493B (or 0x54493B) is known color: Metallic Bronze. HEX triplet: 54, 49 and 3B. RGB value is (84,73,59). Sum of RGB (Red+Green+Blue) = 84+73+59=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 84 - color contains mainly: red. Hex color #54493B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54493B is #ABB6C4. Grayscale: #4A4A4A. Windows color (decimal): -11253445 or 3885396. OLE color: 3885396.
HSL color Cylindrical-coordinate representation of color #54493B: hue angle of 33.6º degrees, saturation: 0.17, 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 #54493B is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 73 | 59 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.67 |
| HSL | 33.6º | 0.17% | 0.28% | - |
| HSV(B) | 33.6º | 0.3% | 0.33% | - |
| XYZ | 6.83 | 6.97 | 5.12 | - |
| YUV | 74.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 59 | 0 | 0.13 | 0.30 | 0.67 | 33.6 | 0.17 | 0.28 |
| Hex | 54 | 49 | 3B | 0 | D | 1E | 43 | 22 | 11 | 1C |
| Octal | 124 | 111 | 73 | 0 | 15 | 36 | 103 | 42 | 21 | 34 |
| Binary | 1010100 | 1001001 | 111011 | 0 | 1101 | 11110 | 1000011 | 100010 | 10001 | 11100 |
Color Harmonies of #54493B
Complementary color
Monochromatic Colors of #54493B
Black with #54493B
Text Example
Text Example
White with #54493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54493B; }
p { color: rgb(84,73,59); }
H1.HeaderClassName
{
color: #54493B;
}
.AnyTagClassName
{
color: #54493B;
}
</style>
background-color css
<style>
a { background-color: #54493B; }
a { background-color: rgb(84,73,59); }
div.DivClassName
{
background-color: #54493B;
}
.BgClassName
{
background-color: #54493B;
}
</style>
border-color css
<style>
span { border-color: #54493B; }
span { border-color: rgb(84,73,59); }
td.TdClassName
{
border-color: #54493B;
}
.TagClassName
{
border-color: #54493B;
}
</style>