Updating Android Browser URL Bar Colour

How to update the colour of the URL bar in Android devices when they visit your web page.

In order to update the colour of the URL bar in Android devices to better match the colours of your website design, insert the following meta tag in the <head> of your page:

<meta name="theme-color" content="#000000"/>

Just update the "content" attribute with the colour you want.