Shades of Bronzetone #495031
Tints of Bronzetone #495031
RGB
CMYK
RGB Variations
Color information
#495031 (or 0x495031) is known color: Bronzetone. HEX triplet: 49, 50 and 31. RGB value is (73,80,49). Sum of RGB (Red+Green+Blue) = 73+80+49=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 80 - color contains mainly: green. Hex color #495031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495031 is #B6AFCE. Grayscale: #4A4A4A. Windows color (decimal): -11972559 or 3231817. OLE color: 3231817.
HSL color Cylindrical-coordinate representation of color #495031: hue angle of 73.55º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #495031 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 80 | 49 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.69 |
| HSL | 73.55º | 0.24% | 0.25% | - |
| HSV(B) | 73.55º | 0.39% | 0.31% | - |
| XYZ | 6.17 | 7.38 | 4 | - |
| YUV | 74.37 | 113.68 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 49 | 0.09 | 0 | 0.39 | 0.69 | 73.55 | 0.24 | 0.25 |
| Hex | 49 | 50 | 31 | 9 | 0 | 27 | 45 | 4A | 18 | 19 |
| Octal | 111 | 120 | 61 | 11 | 0 | 47 | 105 | 112 | 30 | 31 |
| Binary | 1001001 | 1010000 | 110001 | 1001 | 0 | 100111 | 1000101 | 1001010 | 11000 | 11001 |
Color Harmonies of #495031
Complementary color
Monochromatic Colors of #495031
Black with #495031
Text Example
Text Example
White with #495031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495031; }
p { color: rgb(73,80,49); }
H1.HeaderClassName
{
color: #495031;
}
.AnyTagClassName
{
color: #495031;
}
</style>
background-color css
<style>
a { background-color: #495031; }
a { background-color: rgb(73,80,49); }
div.DivClassName
{
background-color: #495031;
}
.BgClassName
{
background-color: #495031;
}
</style>
border-color css
<style>
span { border-color: #495031; }
span { border-color: rgb(73,80,49); }
td.TdClassName
{
border-color: #495031;
}
.TagClassName
{
border-color: #495031;
}
</style>