Shades of Bronzetone #49532C
Tints of Bronzetone #49532C
RGB
CMYK
RGB Variations
Color information
#49532C (or 0x49532C) is known color: Bronzetone. HEX triplet: 49, 53 and 2C. RGB value is (73,83,44). Sum of RGB (Red+Green+Blue) = 73+83+44=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #49532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49532C is #B6ACD3. Grayscale: #4B4B4B. Windows color (decimal): -11971796 or 2904905. OLE color: 2904905.
HSL color Cylindrical-coordinate representation of color #49532C: hue angle of 75.38º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49532C is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 44 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.67 |
| HSL | 75.38º | 0.31% | 0.25% | - |
| HSV(B) | 75.38º | 0.47% | 0.33% | - |
| XYZ | 6.3 | 7.78 | 3.55 | - |
| YUV | 75.56 | 110.19 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 44 | 0.12 | 0 | 0.47 | 0.67 | 75.38 | 0.31 | 0.25 |
| Hex | 49 | 53 | 2C | C | 0 | 2F | 43 | 4B | 1F | 19 |
| Octal | 111 | 123 | 54 | 14 | 0 | 57 | 103 | 113 | 37 | 31 |
| Binary | 1001001 | 1010011 | 101100 | 1100 | 0 | 101111 | 1000011 | 1001011 | 11111 | 11001 |
Color Harmonies of #49532C
Complementary color
Monochromatic Colors of #49532C
Black with #49532C
Text Example
Text Example
White with #49532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49532C; }
p { color: rgb(73,83,44); }
H1.HeaderClassName
{
color: #49532C;
}
.AnyTagClassName
{
color: #49532C;
}
</style>
background-color css
<style>
a { background-color: #49532C; }
a { background-color: rgb(73,83,44); }
div.DivClassName
{
background-color: #49532C;
}
.BgClassName
{
background-color: #49532C;
}
</style>
border-color css
<style>
span { border-color: #49532C; }
span { border-color: rgb(73,83,44); }
td.TdClassName
{
border-color: #49532C;
}
.TagClassName
{
border-color: #49532C;
}
</style>