Shades of Bronzetone #49522C
Tints of Bronzetone #49522C
RGB
CMYK
RGB Variations
Color information
#49522C (or 0x49522C) is known color: Bronzetone. HEX triplet: 49, 52 and 2C. RGB value is (73,82,44). Sum of RGB (Red+Green+Blue) = 73+82+44=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 82 - color contains mainly: green. Hex color #49522C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49522C is #B6ADD3. Grayscale: #4B4B4B. Windows color (decimal): -11972052 or 2904649. OLE color: 2904649.
HSL color Cylindrical-coordinate representation of color #49522C: hue angle of 74.21º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49522C is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 82 | 44 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.68 |
| HSL | 74.21º | 0.3% | 0.25% | - |
| HSV(B) | 74.21º | 0.46% | 0.32% | - |
| XYZ | 6.22 | 7.63 | 3.53 | - |
| YUV | 74.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 44 | 0.11 | 0 | 0.46 | 0.68 | 74.21 | 0.3 | 0.25 |
| Hex | 49 | 52 | 2C | B | 0 | 2E | 44 | 4A | 1E | 19 |
| Octal | 111 | 122 | 54 | 13 | 0 | 56 | 104 | 112 | 36 | 31 |
| Binary | 1001001 | 1010010 | 101100 | 1011 | 0 | 101110 | 1000100 | 1001010 | 11110 | 11001 |
Color Harmonies of #49522C
Complementary color
Monochromatic Colors of #49522C
Black with #49522C
Text Example
Text Example
White with #49522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49522C; }
p { color: rgb(73,82,44); }
H1.HeaderClassName
{
color: #49522C;
}
.AnyTagClassName
{
color: #49522C;
}
</style>
background-color css
<style>
a { background-color: #49522C; }
a { background-color: rgb(73,82,44); }
div.DivClassName
{
background-color: #49522C;
}
.BgClassName
{
background-color: #49522C;
}
</style>
border-color css
<style>
span { border-color: #49522C; }
span { border-color: rgb(73,82,44); }
td.TdClassName
{
border-color: #49522C;
}
.TagClassName
{
border-color: #49522C;
}
</style>