Shades of Bronzetone #495428
Tints of Bronzetone #495428
RGB
CMYK
RGB Variations
Color information
#495428 (or 0x495428) is known color: Bronzetone. HEX triplet: 49, 54 and 28. RGB value is (73,84,40). Sum of RGB (Red+Green+Blue) = 73+84+40=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 84 - color contains mainly: green. Hex color #495428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495428 is #B6ABD7. Grayscale: #4B4B4B. Windows color (decimal): -11971544 or 2643017. OLE color: 2643017.
HSL color Cylindrical-coordinate representation of color #495428: hue angle of 75º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #495428 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 40 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.67 |
| HSL | 75º | 0.35% | 0.24% | - |
| HSV(B) | 75º | 0.52% | 0.33% | - |
| XYZ | 6.3 | 7.91 | 3.2 | - |
| YUV | 75.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 40 | 0.13 | 0 | 0.52 | 0.67 | 75 | 0.35 | 0.24 |
| Hex | 49 | 54 | 28 | D | 0 | 34 | 43 | 4B | 23 | 18 |
| Octal | 111 | 124 | 50 | 15 | 0 | 64 | 103 | 113 | 43 | 30 |
| Binary | 1001001 | 1010100 | 101000 | 1101 | 0 | 110100 | 1000011 | 1001011 | 100011 | 11000 |
Color Harmonies of #495428
Complementary color
Monochromatic Colors of #495428
Black with #495428
Text Example
Text Example
White with #495428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495428; }
p { color: rgb(73,84,40); }
H1.HeaderClassName
{
color: #495428;
}
.AnyTagClassName
{
color: #495428;
}
</style>
background-color css
<style>
a { background-color: #495428; }
a { background-color: rgb(73,84,40); }
div.DivClassName
{
background-color: #495428;
}
.BgClassName
{
background-color: #495428;
}
</style>
border-color css
<style>
span { border-color: #495428; }
span { border-color: rgb(73,84,40); }
td.TdClassName
{
border-color: #495428;
}
.TagClassName
{
border-color: #495428;
}
</style>