Shades of Deep Bronze #494030
Tints of Deep Bronze #494030
RGB
CMYK
RGB Variations
Color information
#494030 (or 0x494030) is known color: Deep Bronze. HEX triplet: 49, 40 and 30. RGB value is (73,64,48). Sum of RGB (Red+Green+Blue) = 73+64+48=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 73 - color contains mainly: red. Hex color #494030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494030 is #B6BFCF. Grayscale: #404040. Windows color (decimal): -11976656 or 3162185. OLE color: 3162185.
HSL color Cylindrical-coordinate representation of color #494030: hue angle of 38.4º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #494030 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 64 | 48 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.71 |
| HSL | 38.4º | 0.21% | 0.24% | - |
| HSV(B) | 38.4º | 0.34% | 0.29% | - |
| XYZ | 5.11 | 5.3 | 3.55 | - |
| YUV | 64.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 48 | 0 | 0.12 | 0.34 | 0.71 | 38.4 | 0.21 | 0.24 |
| Hex | 49 | 40 | 30 | 0 | C | 22 | 47 | 26 | 15 | 18 |
| Octal | 111 | 100 | 60 | 0 | 14 | 42 | 107 | 46 | 25 | 30 |
| Binary | 1001001 | 1000000 | 110000 | 0 | 1100 | 100010 | 1000111 | 100110 | 10101 | 11000 |
Color Harmonies of #494030
Complementary color
Monochromatic Colors of #494030
Black with #494030
Text Example
Text Example
White with #494030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494030; }
p { color: rgb(73,64,48); }
H1.HeaderClassName
{
color: #494030;
}
.AnyTagClassName
{
color: #494030;
}
</style>
background-color css
<style>
a { background-color: #494030; }
a { background-color: rgb(73,64,48); }
div.DivClassName
{
background-color: #494030;
}
.BgClassName
{
background-color: #494030;
}
</style>
border-color css
<style>
span { border-color: #494030; }
span { border-color: rgb(73,64,48); }
td.TdClassName
{
border-color: #494030;
}
.TagClassName
{
border-color: #494030;
}
</style>