Shades of Copper Rust #974B49
Tints of Copper Rust #974B49
RGB
CMYK
RGB Variations
Color information
#974B49 (or 0x974B49) is known color: Copper Rust. HEX triplet: 97, 4B and 49. RGB value is (151,75,73). Sum of RGB (Red+Green+Blue) = 151+75+73=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #974B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974B49 is #68B4B6. Grayscale: #616161. Windows color (decimal): -6862007 or 4803479. OLE color: 4803479.
HSL color Cylindrical-coordinate representation of color #974B49: hue angle of 1.54º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #974B49 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 75 | 73 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.41 |
| HSL | 1.54º | 0.35% | 0.44% | - |
| HSV(B) | 1.54º | 0.52% | 0.59% | - |
| XYZ | 16.48 | 12.09 | 7.77 | - |
| YUV | 97.5 | 114.18 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 75 | 73 | 0 | 0.50 | 0.52 | 0.41 | 1.54 | 0.35 | 0.44 |
| Hex | 97 | 4B | 49 | 0 | 32 | 34 | 29 | 2 | 23 | 2C |
| Octal | 227 | 113 | 111 | 0 | 62 | 64 | 51 | 2 | 43 | 54 |
| Binary | 10010111 | 1001011 | 1001001 | 0 | 110010 | 110100 | 101001 | 10 | 100011 | 101100 |
Color Harmonies of #974B49
Complementary color
Monochromatic Colors of #974B49
Black with #974B49
Text Example
Text Example
White with #974B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974B49; }
p { color: rgb(151,75,73); }
H1.HeaderClassName
{
color: #974B49;
}
.AnyTagClassName
{
color: #974B49;
}
</style>
background-color css
<style>
a { background-color: #974B49; }
a { background-color: rgb(151,75,73); }
div.DivClassName
{
background-color: #974B49;
}
.BgClassName
{
background-color: #974B49;
}
</style>
border-color css
<style>
span { border-color: #974B49; }
span { border-color: rgb(151,75,73); }
td.TdClassName
{
border-color: #974B49;
}
.TagClassName
{
border-color: #974B49;
}
</style>