1<!-- Theme-color is use to set the background to your favorite/Branding color
2Add two attribute in meta tag first 'name="theme-color"' and second 'content="Your Hexadecimal Code"'
3Add Below Meta property to your HTML code in HEAD Section -->
4Example:
5<head>
6 ...
7 <meta name="theme-color" content="#444444">
8 ...
9</head>