Shades of Metallic Bronze #554637
Tints of Metallic Bronze #554637
RGB
CMYK
RGB Variations
Color information
#554637 (or 0x554637) is known color: Metallic Bronze. HEX triplet: 55, 46 and 37. RGB value is (85,70,55). Sum of RGB (Red+Green+Blue) = 85+70+55=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 55 (21.88% from 255 or 26.19% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #554637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554637 is #AAB9C8. Grayscale: #484848. Windows color (decimal): -11188681 or 3622485. OLE color: 3622485.
HSL color Cylindrical-coordinate representation of color #554637: hue angle of 30º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #554637 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 70 | 55 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.67 |
| HSL | 30º | 0.21% | 0.27% | - |
| HSV(B) | 30º | 0.35% | 0.33% | - |
| XYZ | 6.63 | 6.59 | 4.54 | - |
| YUV | 72.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 70 | 55 | 0 | 0.18 | 0.35 | 0.67 | 30 | 0.21 | 0.27 |
| Hex | 55 | 46 | 37 | 0 | 12 | 23 | 43 | 1E | 15 | 1B |
| Octal | 125 | 106 | 67 | 0 | 22 | 43 | 103 | 36 | 25 | 33 |
| Binary | 1010101 | 1000110 | 110111 | 0 | 10010 | 100011 | 1000011 | 11110 | 10101 | 11011 |
Color Harmonies of #554637
Complementary color
Monochromatic Colors of #554637
Black with #554637
Text Example
Text Example
White with #554637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554637; }
p { color: rgb(85,70,55); }
H1.HeaderClassName
{
color: #554637;
}
.AnyTagClassName
{
color: #554637;
}
</style>
background-color css
<style>
a { background-color: #554637; }
a { background-color: rgb(85,70,55); }
div.DivClassName
{
background-color: #554637;
}
.BgClassName
{
background-color: #554637;
}
</style>
border-color css
<style>
span { border-color: #554637; }
span { border-color: rgb(85,70,55); }
td.TdClassName
{
border-color: #554637;
}
.TagClassName
{
border-color: #554637;
}
</style>