Shades of Bronzetone #49502E
Tints of Bronzetone #49502E
RGB
CMYK
RGB Variations
Color information
#49502E (or 0x49502E) is known color: Bronzetone. HEX triplet: 49, 50 and 2E. RGB value is (73,80,46). Sum of RGB (Red+Green+Blue) = 73+80+46=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #49502E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49502E is #B6AFD1. Grayscale: #4A4A4A. Windows color (decimal): -11972562 or 3035209. OLE color: 3035209.
HSL color Cylindrical-coordinate representation of color #49502E: hue angle of 72.35º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49502E is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 80 | 46 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.69 |
| HSL | 72.35º | 0.27% | 0.25% | - |
| HSV(B) | 72.35º | 0.43% | 0.31% | - |
| XYZ | 6.11 | 7.35 | 3.68 | - |
| YUV | 74.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 46 | 0.09 | 0 | 0.42 | 0.69 | 72.35 | 0.27 | 0.25 |
| Hex | 49 | 50 | 2E | 9 | 0 | 2A | 45 | 48 | 1B | 19 |
| Octal | 111 | 120 | 56 | 11 | 0 | 52 | 105 | 110 | 33 | 31 |
| Binary | 1001001 | 1010000 | 101110 | 1001 | 0 | 101010 | 1000101 | 1001000 | 11011 | 11001 |
Color Harmonies of #49502E
Complementary color
Monochromatic Colors of #49502E
Black with #49502E
Text Example
Text Example
White with #49502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49502E; }
p { color: rgb(73,80,46); }
H1.HeaderClassName
{
color: #49502E;
}
.AnyTagClassName
{
color: #49502E;
}
</style>
background-color css
<style>
a { background-color: #49502E; }
a { background-color: rgb(73,80,46); }
div.DivClassName
{
background-color: #49502E;
}
.BgClassName
{
background-color: #49502E;
}
</style>
border-color css
<style>
span { border-color: #49502E; }
span { border-color: rgb(73,80,46); }
td.TdClassName
{
border-color: #49502E;
}
.TagClassName
{
border-color: #49502E;
}
</style>