Shades of Bronze Olive #554607
Tints of Bronze Olive #554607
RGB
CMYK
RGB Variations
Color information
#554607 (or 0x554607) is known color: Bronze Olive. HEX triplet: 55, 46 and 07. RGB value is (85,70,7). Sum of RGB (Red+Green+Blue) = 85+70+7=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 7 (3.12% from 255 or 4.32% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #554607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554607 is #AAB9F8. Grayscale: #434343. Windows color (decimal): -11188729 or 476757. OLE color: 476757.
HSL color Cylindrical-coordinate representation of color #554607: hue angle of 48.46º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #554607 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 70 | 7 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.67 |
| HSL | 48.46º | 0.85% | 0.18% | - |
| HSV(B) | 48.46º | 0.92% | 0.33% | - |
| XYZ | 5.97 | 6.33 | 1.11 | - |
| YUV | 67.3 | 93.97 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 70 | 7 | 0 | 0.18 | 0.92 | 0.67 | 48.46 | 0.85 | 0.18 |
| Hex | 55 | 46 | 7 | 0 | 12 | 5C | 43 | 30 | 55 | 12 |
| Octal | 125 | 106 | 7 | 0 | 22 | 134 | 103 | 60 | 125 | 22 |
| Binary | 1010101 | 1000110 | 111 | 0 | 10010 | 1011100 | 1000011 | 110000 | 1010101 | 10010 |
Color Harmonies of #554607
Complementary color
Monochromatic Colors of #554607
Black with #554607
Text Example
Text Example
White with #554607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554607; }
p { color: rgb(85,70,7); }
H1.HeaderClassName
{
color: #554607;
}
.AnyTagClassName
{
color: #554607;
}
</style>
background-color css
<style>
a { background-color: #554607; }
a { background-color: rgb(85,70,7); }
div.DivClassName
{
background-color: #554607;
}
.BgClassName
{
background-color: #554607;
}
</style>
border-color css
<style>
span { border-color: #554607; }
span { border-color: rgb(85,70,7); }
td.TdClassName
{
border-color: #554607;
}
.TagClassName
{
border-color: #554607;
}
</style>