Shades of Deep Bronze #494033
Tints of Deep Bronze #494033
RGB
CMYK
RGB Variations
Color information
#494033 (or 0x494033) is known color: Deep Bronze. HEX triplet: 49, 40 and 33. RGB value is (73,64,51). Sum of RGB (Red+Green+Blue) = 73+64+51=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 73 - color contains mainly: red. Hex color #494033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494033 is #B6BFCC. Grayscale: #414141. Windows color (decimal): -11976653 or 3358793. OLE color: 3358793.
HSL color Cylindrical-coordinate representation of color #494033: hue angle of 35.45º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #494033 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 64 | 51 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.71 |
| HSL | 35.45º | 0.18% | 0.24% | - |
| HSV(B) | 35.45º | 0.3% | 0.29% | - |
| XYZ | 5.18 | 5.32 | 3.89 | - |
| YUV | 65.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 51 | 0 | 0.12 | 0.30 | 0.71 | 35.45 | 0.18 | 0.24 |
| Hex | 49 | 40 | 33 | 0 | C | 1E | 47 | 23 | 12 | 18 |
| Octal | 111 | 100 | 63 | 0 | 14 | 36 | 107 | 43 | 22 | 30 |
| Binary | 1001001 | 1000000 | 110011 | 0 | 1100 | 11110 | 1000111 | 100011 | 10010 | 11000 |
Color Harmonies of #494033
Complementary color
Monochromatic Colors of #494033
Black with #494033
Text Example
Text Example
White with #494033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494033; }
p { color: rgb(73,64,51); }
H1.HeaderClassName
{
color: #494033;
}
.AnyTagClassName
{
color: #494033;
}
</style>
background-color css
<style>
a { background-color: #494033; }
a { background-color: rgb(73,64,51); }
div.DivClassName
{
background-color: #494033;
}
.BgClassName
{
background-color: #494033;
}
</style>
border-color css
<style>
span { border-color: #494033; }
span { border-color: rgb(73,64,51); }
td.TdClassName
{
border-color: #494033;
}
.TagClassName
{
border-color: #494033;
}
</style>