Shades of Bronzetone #495329
Tints of Bronzetone #495329
RGB
CMYK
RGB Variations
Color information
#495329 (or 0x495329) is known color: Bronzetone. HEX triplet: 49, 53 and 29. RGB value is (73,83,41). Sum of RGB (Red+Green+Blue) = 73+83+41=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 83 - color contains mainly: green. Hex color #495329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495329 is #B6ACD6. Grayscale: #4B4B4B. Windows color (decimal): -11971799 or 2708297. OLE color: 2708297.
HSL color Cylindrical-coordinate representation of color #495329: hue angle of 74.29º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #495329 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 41 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.67 |
| HSL | 74.29º | 0.34% | 0.24% | - |
| HSV(B) | 74.29º | 0.51% | 0.33% | - |
| XYZ | 6.24 | 7.76 | 3.27 | - |
| YUV | 75.22 | 108.69 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 41 | 0.12 | 0 | 0.51 | 0.67 | 74.29 | 0.34 | 0.24 |
| Hex | 49 | 53 | 29 | C | 0 | 33 | 43 | 4A | 22 | 18 |
| Octal | 111 | 123 | 51 | 14 | 0 | 63 | 103 | 112 | 42 | 30 |
| Binary | 1001001 | 1010011 | 101001 | 1100 | 0 | 110011 | 1000011 | 1001010 | 100010 | 11000 |
Color Harmonies of #495329
Complementary color
Monochromatic Colors of #495329
Black with #495329
Text Example
Text Example
White with #495329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495329; }
p { color: rgb(73,83,41); }
H1.HeaderClassName
{
color: #495329;
}
.AnyTagClassName
{
color: #495329;
}
</style>
background-color css
<style>
a { background-color: #495329; }
a { background-color: rgb(73,83,41); }
div.DivClassName
{
background-color: #495329;
}
.BgClassName
{
background-color: #495329;
}
</style>
border-color css
<style>
span { border-color: #495329; }
span { border-color: rgb(73,83,41); }
td.TdClassName
{
border-color: #495329;
}
.TagClassName
{
border-color: #495329;
}
</style>