Shades of Metallic Bronze #554938
Tints of Metallic Bronze #554938
RGB
CMYK
RGB Variations
Color information
#554938 (or 0x554938) is known color: Metallic Bronze. HEX triplet: 55, 49 and 38. RGB value is (85,73,56). Sum of RGB (Red+Green+Blue) = 85+73+56=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #554938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554938 is #AAB6C7. Grayscale: #4A4A4A. Windows color (decimal): -11187912 or 3688789. OLE color: 3688789.
HSL color Cylindrical-coordinate representation of color #554938: hue angle of 35.17º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #554938 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 73 | 56 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.67 |
| HSL | 35.17º | 0.21% | 0.28% | - |
| HSV(B) | 35.17º | 0.34% | 0.33% | - |
| XYZ | 6.84 | 6.98 | 4.73 | - |
| YUV | 74.65 | 117.48 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 56 | 0 | 0.14 | 0.34 | 0.67 | 35.17 | 0.21 | 0.28 |
| Hex | 55 | 49 | 38 | 0 | E | 22 | 43 | 23 | 15 | 1C |
| Octal | 125 | 111 | 70 | 0 | 16 | 42 | 103 | 43 | 25 | 34 |
| Binary | 1010101 | 1001001 | 111000 | 0 | 1110 | 100010 | 1000011 | 100011 | 10101 | 11100 |
Color Harmonies of #554938
Complementary color
Monochromatic Colors of #554938
Black with #554938
Text Example
Text Example
White with #554938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554938; }
p { color: rgb(85,73,56); }
H1.HeaderClassName
{
color: #554938;
}
.AnyTagClassName
{
color: #554938;
}
</style>
background-color css
<style>
a { background-color: #554938; }
a { background-color: rgb(85,73,56); }
div.DivClassName
{
background-color: #554938;
}
.BgClassName
{
background-color: #554938;
}
</style>
border-color css
<style>
span { border-color: #554938; }
span { border-color: rgb(85,73,56); }
td.TdClassName
{
border-color: #554938;
}
.TagClassName
{
border-color: #554938;
}
</style>