Shades of Metallic Bronze #55493D
Tints of Metallic Bronze #55493D
RGB
CMYK
RGB Variations
Color information
#55493D (or 0x55493D) is known color: Metallic Bronze. HEX triplet: 55, 49 and 3D. RGB value is (85,73,61). Sum of RGB (Red+Green+Blue) = 85+73+61=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 85 - color contains mainly: red. Hex color #55493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55493D is #AAB6C2. Grayscale: #4B4B4B. Windows color (decimal): -11187907 or 4016469. OLE color: 4016469.
HSL color Cylindrical-coordinate representation of color #55493D: hue angle of 30º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #55493D is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 73 | 61 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.67 |
| HSL | 30º | 0.16% | 0.29% | - |
| HSV(B) | 30º | 0.28% | 0.33% | - |
| XYZ | 6.97 | 7.03 | 5.41 | - |
| YUV | 75.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 61 | 0 | 0.14 | 0.28 | 0.67 | 30 | 0.16 | 0.29 |
| Hex | 55 | 49 | 3D | 0 | E | 1C | 43 | 1E | 10 | 1D |
| Octal | 125 | 111 | 75 | 0 | 16 | 34 | 103 | 36 | 20 | 35 |
| Binary | 1010101 | 1001001 | 111101 | 0 | 1110 | 11100 | 1000011 | 11110 | 10000 | 11101 |
Color Harmonies of #55493D
Complementary color
Monochromatic Colors of #55493D
Black with #55493D
Text Example
Text Example
White with #55493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55493D; }
p { color: rgb(85,73,61); }
H1.HeaderClassName
{
color: #55493D;
}
.AnyTagClassName
{
color: #55493D;
}
</style>
background-color css
<style>
a { background-color: #55493D; }
a { background-color: rgb(85,73,61); }
div.DivClassName
{
background-color: #55493D;
}
.BgClassName
{
background-color: #55493D;
}
</style>
border-color css
<style>
span { border-color: #55493D; }
span { border-color: rgb(85,73,61); }
td.TdClassName
{
border-color: #55493D;
}
.TagClassName
{
border-color: #55493D;
}
</style>