Shades of Bronze Olive #554605
Tints of Bronze Olive #554605
RGB
CMYK
RGB Variations
Color information
#554605 (or 0x554605) is known color: Bronze Olive. HEX triplet: 55, 46 and 05. RGB value is (85,70,5). Sum of RGB (Red+Green+Blue) = 85+70+5=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #554605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554605 is #AAB9FA. Grayscale: #434343. Windows color (decimal): -11188731 or 345685. OLE color: 345685.
HSL color Cylindrical-coordinate representation of color #554605: hue angle of 48.75º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #554605 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 70 | 5 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.67 |
| HSL | 48.75º | 0.89% | 0.18% | - |
| HSV(B) | 48.75º | 0.94% | 0.33% | - |
| XYZ | 5.96 | 6.32 | 1.05 | - |
| YUV | 67.08 | 92.97 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 70 | 5 | 0 | 0.18 | 0.94 | 0.67 | 48.75 | 0.89 | 0.18 |
| Hex | 55 | 46 | 5 | 0 | 12 | 5E | 43 | 31 | 59 | 12 |
| Octal | 125 | 106 | 5 | 0 | 22 | 136 | 103 | 61 | 131 | 22 |
| Binary | 1010101 | 1000110 | 101 | 0 | 10010 | 1011110 | 1000011 | 110001 | 1011001 | 10010 |
Color Harmonies of #554605
Complementary color
Monochromatic Colors of #554605
Black with #554605
Text Example
Text Example
White with #554605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554605; }
p { color: rgb(85,70,5); }
H1.HeaderClassName
{
color: #554605;
}
.AnyTagClassName
{
color: #554605;
}
</style>
background-color css
<style>
a { background-color: #554605; }
a { background-color: rgb(85,70,5); }
div.DivClassName
{
background-color: #554605;
}
.BgClassName
{
background-color: #554605;
}
</style>
border-color css
<style>
span { border-color: #554605; }
span { border-color: rgb(85,70,5); }
td.TdClassName
{
border-color: #554605;
}
.TagClassName
{
border-color: #554605;
}
</style>