Shades of Bronzetone #49512E
Tints of Bronzetone #49512E
RGB
CMYK
RGB Variations
Color information
#49512E (or 0x49512E) is known color: Bronzetone. HEX triplet: 49, 51 and 2E. RGB value is (73,81,46). Sum of RGB (Red+Green+Blue) = 73+81+46=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 81 - color contains mainly: green. Hex color #49512E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49512E is #B6AED1. Grayscale: #4A4A4A. Windows color (decimal): -11972306 or 3035465. OLE color: 3035465.
HSL color Cylindrical-coordinate representation of color #49512E: hue angle of 73.71º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49512E is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 46 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.68 |
| HSL | 73.71º | 0.28% | 0.25% | - |
| HSV(B) | 73.71º | 0.43% | 0.32% | - |
| XYZ | 6.18 | 7.5 | 3.71 | - |
| YUV | 74.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 46 | 0.10 | 0 | 0.43 | 0.68 | 73.71 | 0.28 | 0.25 |
| Hex | 49 | 51 | 2E | A | 0 | 2B | 44 | 4A | 1C | 19 |
| Octal | 111 | 121 | 56 | 12 | 0 | 53 | 104 | 112 | 34 | 31 |
| Binary | 1001001 | 1010001 | 101110 | 1010 | 0 | 101011 | 1000100 | 1001010 | 11100 | 11001 |
Color Harmonies of #49512E
Complementary color
Monochromatic Colors of #49512E
Black with #49512E
Text Example
Text Example
White with #49512E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49512E; }
p { color: rgb(73,81,46); }
H1.HeaderClassName
{
color: #49512E;
}
.AnyTagClassName
{
color: #49512E;
}
</style>
background-color css
<style>
a { background-color: #49512E; }
a { background-color: rgb(73,81,46); }
div.DivClassName
{
background-color: #49512E;
}
.BgClassName
{
background-color: #49512E;
}
</style>
border-color css
<style>
span { border-color: #49512E; }
span { border-color: rgb(73,81,46); }
td.TdClassName
{
border-color: #49512E;
}
.TagClassName
{
border-color: #49512E;
}
</style>