Shades of Metallic Bronze #55483B
Tints of Metallic Bronze #55483B
RGB
CMYK
RGB Variations
Color information
#55483B (or 0x55483B) is known color: Metallic Bronze. HEX triplet: 55, 48 and 3B. RGB value is (85,72,59). Sum of RGB (Red+Green+Blue) = 85+72+59=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 85 - color contains mainly: red. Hex color #55483B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55483B is #AAB7C4. Grayscale: #4A4A4A. Windows color (decimal): -11188165 or 3885141. OLE color: 3885141.
HSL color Cylindrical-coordinate representation of color #55483B: hue angle of 30º 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 #55483B is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 72 | 59 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.67 |
| HSL | 30º | 0.18% | 0.28% | - |
| HSV(B) | 30º | 0.31% | 0.33% | - |
| XYZ | 6.85 | 6.88 | 5.1 | - |
| YUV | 74.41 | 119.31 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 59 | 0 | 0.15 | 0.31 | 0.67 | 30 | 0.18 | 0.28 |
| Hex | 55 | 48 | 3B | 0 | F | 1F | 43 | 1E | 12 | 1C |
| Octal | 125 | 110 | 73 | 0 | 17 | 37 | 103 | 36 | 22 | 34 |
| Binary | 1010101 | 1001000 | 111011 | 0 | 1111 | 11111 | 1000011 | 11110 | 10010 | 11100 |
Color Harmonies of #55483B
Complementary color
Monochromatic Colors of #55483B
Black with #55483B
Text Example
Text Example
White with #55483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55483B; }
p { color: rgb(85,72,59); }
H1.HeaderClassName
{
color: #55483B;
}
.AnyTagClassName
{
color: #55483B;
}
</style>
background-color css
<style>
a { background-color: #55483B; }
a { background-color: rgb(85,72,59); }
div.DivClassName
{
background-color: #55483B;
}
.BgClassName
{
background-color: #55483B;
}
</style>
border-color css
<style>
span { border-color: #55483B; }
span { border-color: rgb(85,72,59); }
td.TdClassName
{
border-color: #55483B;
}
.TagClassName
{
border-color: #55483B;
}
</style>