Shades of Copper Rust #974C47
Tints of Copper Rust #974C47
RGB
CMYK
RGB Variations
Color information
#974C47 (or 0x974C47) is known color: Copper Rust. HEX triplet: 97, 4C and 47. RGB value is (151,76,71). Sum of RGB (Red+Green+Blue) = 151+76+71=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #974C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974C47 is #68B3B8. Grayscale: #616161. Windows color (decimal): -6861753 or 4672663. OLE color: 4672663.
HSL color Cylindrical-coordinate representation of color #974C47: hue angle of 3.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #974C47 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 76 | 71 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.41 |
| HSL | 3.75º | 0.36% | 0.44% | - |
| HSV(B) | 3.75º | 0.53% | 0.59% | - |
| XYZ | 16.48 | 12.2 | 7.45 | - |
| YUV | 97.86 | 112.85 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 76 | 71 | 0 | 0.50 | 0.53 | 0.41 | 3.75 | 0.36 | 0.44 |
| Hex | 97 | 4C | 47 | 0 | 32 | 35 | 29 | 4 | 24 | 2C |
| Octal | 227 | 114 | 107 | 0 | 62 | 65 | 51 | 4 | 44 | 54 |
| Binary | 10010111 | 1001100 | 1000111 | 0 | 110010 | 110101 | 101001 | 100 | 100100 | 101100 |
Color Harmonies of #974C47
Complementary color
Monochromatic Colors of #974C47
Black with #974C47
Text Example
Text Example
White with #974C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974C47; }
p { color: rgb(151,76,71); }
H1.HeaderClassName
{
color: #974C47;
}
.AnyTagClassName
{
color: #974C47;
}
</style>
background-color css
<style>
a { background-color: #974C47; }
a { background-color: rgb(151,76,71); }
div.DivClassName
{
background-color: #974C47;
}
.BgClassName
{
background-color: #974C47;
}
</style>
border-color css
<style>
span { border-color: #974C47; }
span { border-color: rgb(151,76,71); }
td.TdClassName
{
border-color: #974C47;
}
.TagClassName
{
border-color: #974C47;
}
</style>