Shades of Copper Rust #934949
Tints of Copper Rust #934949
RGB
CMYK
RGB Variations
Color information
#934949 (or 0x934949) is known color: Copper Rust. HEX triplet: 93, 49 and 49. RGB value is (147,73,73). Sum of RGB (Red+Green+Blue) = 147+73+73=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #934949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934949 is #6CB6B6. Grayscale: #5F5F5F. Windows color (decimal): -7124663 or 4802963. OLE color: 4802963.
HSL color Cylindrical-coordinate representation of color #934949: hue angle of 0º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #934949 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 73 | 73 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.42 |
| HSL | 0º | 0.34% | 0.43% | - |
| HSV(B) | 0º | 0.5% | 0.58% | - |
| XYZ | 15.62 | 11.45 | 7.69 | - |
| YUV | 95.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 73 | 73 | 0 | 0.50 | 0.50 | 0.42 | 0 | 0.34 | 0.43 |
| Hex | 93 | 49 | 49 | 0 | 32 | 32 | 2A | 0 | 22 | 2B |
| Octal | 223 | 111 | 111 | 0 | 62 | 62 | 52 | 0 | 42 | 53 |
| Binary | 10010011 | 1001001 | 1001001 | 0 | 110010 | 110010 | 101010 | 0 | 100010 | 101011 |
Color Harmonies of #934949
Complementary color
Monochromatic Colors of #934949
Black with #934949
Text Example
Text Example
White with #934949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934949; }
p { color: rgb(147,73,73); }
H1.HeaderClassName
{
color: #934949;
}
.AnyTagClassName
{
color: #934949;
}
</style>
background-color css
<style>
a { background-color: #934949; }
a { background-color: rgb(147,73,73); }
div.DivClassName
{
background-color: #934949;
}
.BgClassName
{
background-color: #934949;
}
</style>
border-color css
<style>
span { border-color: #934949; }
span { border-color: rgb(147,73,73); }
td.TdClassName
{
border-color: #934949;
}
.TagClassName
{
border-color: #934949;
}
</style>