Shades of Metallic Bronze #554839
Tints of Metallic Bronze #554839
RGB
CMYK
RGB Variations
Color information
#554839 (or 0x554839) is known color: Metallic Bronze. HEX triplet: 55, 48 and 39. RGB value is (85,72,57). Sum of RGB (Red+Green+Blue) = 85+72+57=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #554839 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554839 is #AAB7C6. Grayscale: #4A4A4A. Windows color (decimal): -11188167 or 3754069. OLE color: 3754069.
HSL color Cylindrical-coordinate representation of color #554839: hue angle of 32.14º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #554839 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 72 | 57 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.67 |
| HSL | 32.14º | 0.2% | 0.28% | - |
| HSV(B) | 32.14º | 0.33% | 0.33% | - |
| XYZ | 6.8 | 6.86 | 4.84 | - |
| YUV | 74.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 57 | 0 | 0.15 | 0.33 | 0.67 | 32.14 | 0.2 | 0.28 |
| Hex | 55 | 48 | 39 | 0 | F | 21 | 43 | 20 | 14 | 1C |
| Octal | 125 | 110 | 71 | 0 | 17 | 41 | 103 | 40 | 24 | 34 |
| Binary | 1010101 | 1001000 | 111001 | 0 | 1111 | 100001 | 1000011 | 100000 | 10100 | 11100 |
Color Harmonies of #554839
Complementary color
Monochromatic Colors of #554839
Black with #554839
Text Example
Text Example
White with #554839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554839; }
p { color: rgb(85,72,57); }
H1.HeaderClassName
{
color: #554839;
}
.AnyTagClassName
{
color: #554839;
}
</style>
background-color css
<style>
a { background-color: #554839; }
a { background-color: rgb(85,72,57); }
div.DivClassName
{
background-color: #554839;
}
.BgClassName
{
background-color: #554839;
}
</style>
border-color css
<style>
span { border-color: #554839; }
span { border-color: rgb(85,72,57); }
td.TdClassName
{
border-color: #554839;
}
.TagClassName
{
border-color: #554839;
}
</style>