Shades of Copper Rust #934C49
Tints of Copper Rust #934C49
RGB
CMYK
RGB Variations
Color information
#934C49 (or 0x934C49) is known color: Copper Rust. HEX triplet: 93, 4C and 49. RGB value is (147,76,73). Sum of RGB (Red+Green+Blue) = 147+76+73=296 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.66% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 147 - color contains mainly: red. Hex color #934C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934C49 is #6CB3B6. Grayscale: #606060. Windows color (decimal): -7123895 or 4803731. OLE color: 4803731.
HSL color Cylindrical-coordinate representation of color #934C49: hue angle of 2.43º 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 #934C49 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 76 | 73 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.42 |
| HSL | 2.43º | 0.34% | 0.43% | - |
| HSV(B) | 2.43º | 0.5% | 0.58% | - |
| XYZ | 15.82 | 11.85 | 7.76 | - |
| YUV | 96.89 | 114.52 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 76 | 73 | 0 | 0.48 | 0.50 | 0.42 | 2.43 | 0.34 | 0.43 |
| Hex | 93 | 4C | 49 | 0 | 30 | 32 | 2A | 2 | 22 | 2B |
| Octal | 223 | 114 | 111 | 0 | 60 | 62 | 52 | 2 | 42 | 53 |
| Binary | 10010011 | 1001100 | 1001001 | 0 | 110000 | 110010 | 101010 | 10 | 100010 | 101011 |
Color Harmonies of #934C49
Complementary color
Monochromatic Colors of #934C49
Black with #934C49
Text Example
Text Example
White with #934C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934C49; }
p { color: rgb(147,76,73); }
H1.HeaderClassName
{
color: #934C49;
}
.AnyTagClassName
{
color: #934C49;
}
</style>
background-color css
<style>
a { background-color: #934C49; }
a { background-color: rgb(147,76,73); }
div.DivClassName
{
background-color: #934C49;
}
.BgClassName
{
background-color: #934C49;
}
</style>
border-color css
<style>
span { border-color: #934C49; }
span { border-color: rgb(147,76,73); }
td.TdClassName
{
border-color: #934C49;
}
.TagClassName
{
border-color: #934C49;
}
</style>