Shades of Copper Rust #974F46
Tints of Copper Rust #974F46
RGB
CMYK
RGB Variations
Color information
#974F46 (or 0x974F46) is known color: Copper Rust. HEX triplet: 97, 4F and 46. RGB value is (151,79,70). Sum of RGB (Red+Green+Blue) = 151+79+70=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #974F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #974F46 is #68B0B9. Grayscale: #636363. Windows color (decimal): -6860986 or 4607895. OLE color: 4607895.
HSL color Cylindrical-coordinate representation of color #974F46: hue angle of 6.67º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #974F46 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 79 | 70 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.41 |
| HSL | 6.67º | 0.37% | 0.43% | - |
| HSV(B) | 6.67º | 0.54% | 0.59% | - |
| XYZ | 16.66 | 12.61 | 7.35 | - |
| YUV | 99.5 | 111.35 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 79 | 70 | 0 | 0.48 | 0.54 | 0.41 | 6.67 | 0.37 | 0.43 |
| Hex | 97 | 4F | 46 | 0 | 30 | 36 | 29 | 7 | 25 | 2B |
| Octal | 227 | 117 | 106 | 0 | 60 | 66 | 51 | 7 | 45 | 53 |
| Binary | 10010111 | 1001111 | 1000110 | 0 | 110000 | 110110 | 101001 | 111 | 100101 | 101011 |
Color Harmonies of #974F46
Complementary color
Monochromatic Colors of #974F46
Black with #974F46
Text Example
Text Example
White with #974F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974F46; }
p { color: rgb(151,79,70); }
H1.HeaderClassName
{
color: #974F46;
}
.AnyTagClassName
{
color: #974F46;
}
</style>
background-color css
<style>
a { background-color: #974F46; }
a { background-color: rgb(151,79,70); }
div.DivClassName
{
background-color: #974F46;
}
.BgClassName
{
background-color: #974F46;
}
</style>
border-color css
<style>
span { border-color: #974F46; }
span { border-color: rgb(151,79,70); }
td.TdClassName
{
border-color: #974F46;
}
.TagClassName
{
border-color: #974F46;
}
</style>