Shades of Metallic Bronze #554835
Tints of Metallic Bronze #554835
RGB
CMYK
RGB Variations
Color information
#554835 (or 0x554835) is known color: Metallic Bronze. HEX triplet: 55, 48 and 35. RGB value is (85,72,53). Sum of RGB (Red+Green+Blue) = 85+72+53=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #554835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554835 is #AAB7CA. Grayscale: #494949. Windows color (decimal): -11188171 or 3491925. OLE color: 3491925.
HSL color Cylindrical-coordinate representation of color #554835: hue angle of 35.62º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #554835 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 72 | 53 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.67 |
| HSL | 35.63º | 0.23% | 0.27% | - |
| HSV(B) | 35.63º | 0.38% | 0.33% | - |
| XYZ | 6.71 | 6.82 | 4.33 | - |
| YUV | 73.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 53 | 0 | 0.15 | 0.38 | 0.67 | 35.63 | 0.23 | 0.27 |
| Hex | 55 | 48 | 35 | 0 | F | 26 | 43 | 24 | 17 | 1B |
| Octal | 125 | 110 | 65 | 0 | 17 | 46 | 103 | 44 | 27 | 33 |
| Binary | 1010101 | 1001000 | 110101 | 0 | 1111 | 100110 | 1000011 | 100100 | 10111 | 11011 |
Color Harmonies of #554835
Complementary color
Monochromatic Colors of #554835
Black with #554835
Text Example
Text Example
White with #554835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554835; }
p { color: rgb(85,72,53); }
H1.HeaderClassName
{
color: #554835;
}
.AnyTagClassName
{
color: #554835;
}
</style>
background-color css
<style>
a { background-color: #554835; }
a { background-color: rgb(85,72,53); }
div.DivClassName
{
background-color: #554835;
}
.BgClassName
{
background-color: #554835;
}
</style>
border-color css
<style>
span { border-color: #554835; }
span { border-color: rgb(85,72,53); }
td.TdClassName
{
border-color: #554835;
}
.TagClassName
{
border-color: #554835;
}
</style>