Shades of Bronzetone #495030
Tints of Bronzetone #495030
RGB
CMYK
RGB Variations
Color information
#495030 (or 0x495030) is known color: Bronzetone. HEX triplet: 49, 50 and 30. RGB value is (73,80,48). Sum of RGB (Red+Green+Blue) = 73+80+48=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 80 - color contains mainly: green. Hex color #495030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495030 is #B6AFCF. Grayscale: #4A4A4A. Windows color (decimal): -11972560 or 3166281. OLE color: 3166281.
HSL color Cylindrical-coordinate representation of color #495030: hue angle of 73.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #495030 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 80 | 48 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.69 |
| HSL | 73.13º | 0.25% | 0.25% | - |
| HSV(B) | 73.13º | 0.4% | 0.31% | - |
| XYZ | 6.15 | 7.37 | 3.89 | - |
| YUV | 74.26 | 113.18 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 48 | 0.09 | 0 | 0.40 | 0.69 | 73.13 | 0.25 | 0.25 |
| Hex | 49 | 50 | 30 | 9 | 0 | 28 | 45 | 49 | 19 | 19 |
| Octal | 111 | 120 | 60 | 11 | 0 | 50 | 105 | 111 | 31 | 31 |
| Binary | 1001001 | 1010000 | 110000 | 1001 | 0 | 101000 | 1000101 | 1001001 | 11001 | 11001 |
Color Harmonies of #495030
Complementary color
Monochromatic Colors of #495030
Black with #495030
Text Example
Text Example
White with #495030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495030; }
p { color: rgb(73,80,48); }
H1.HeaderClassName
{
color: #495030;
}
.AnyTagClassName
{
color: #495030;
}
</style>
background-color css
<style>
a { background-color: #495030; }
a { background-color: rgb(73,80,48); }
div.DivClassName
{
background-color: #495030;
}
.BgClassName
{
background-color: #495030;
}
</style>
border-color css
<style>
span { border-color: #495030; }
span { border-color: rgb(73,80,48); }
td.TdClassName
{
border-color: #495030;
}
.TagClassName
{
border-color: #495030;
}
</style>