Shades of Metallic Bronze #554735
Tints of Metallic Bronze #554735
RGB
CMYK
RGB Variations
Color information
#554735 (or 0x554735) is known color: Metallic Bronze. HEX triplet: 55, 47 and 35. RGB value is (85,71,53). Sum of RGB (Red+Green+Blue) = 85+71+53=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #554735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554735 is #AAB8CA. Grayscale: #494949. Windows color (decimal): -11188427 or 3491669. OLE color: 3491669.
HSL color Cylindrical-coordinate representation of color #554735: hue angle of 33.75º 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 #554735 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 71 | 53 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.67 |
| HSL | 33.75º | 0.23% | 0.27% | - |
| HSV(B) | 33.75º | 0.38% | 0.33% | - |
| XYZ | 6.64 | 6.69 | 4.31 | - |
| YUV | 73.13 | 116.64 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 53 | 0 | 0.16 | 0.38 | 0.67 | 33.75 | 0.23 | 0.27 |
| Hex | 55 | 47 | 35 | 0 | 10 | 26 | 43 | 22 | 17 | 1B |
| Octal | 125 | 107 | 65 | 0 | 20 | 46 | 103 | 42 | 27 | 33 |
| Binary | 1010101 | 1000111 | 110101 | 0 | 10000 | 100110 | 1000011 | 100010 | 10111 | 11011 |
Color Harmonies of #554735
Complementary color
Monochromatic Colors of #554735
Black with #554735
Text Example
Text Example
White with #554735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554735; }
p { color: rgb(85,71,53); }
H1.HeaderClassName
{
color: #554735;
}
.AnyTagClassName
{
color: #554735;
}
</style>
background-color css
<style>
a { background-color: #554735; }
a { background-color: rgb(85,71,53); }
div.DivClassName
{
background-color: #554735;
}
.BgClassName
{
background-color: #554735;
}
</style>
border-color css
<style>
span { border-color: #554735; }
span { border-color: rgb(85,71,53); }
td.TdClassName
{
border-color: #554735;
}
.TagClassName
{
border-color: #554735;
}
</style>