Shades of Copper Rust #975148
Tints of Copper Rust #975148
RGB
CMYK
RGB Variations
Color information
#975148 (or 0x975148) is known color: Copper Rust. HEX triplet: 97, 51 and 48. RGB value is (151,81,72). Sum of RGB (Red+Green+Blue) = 151+81+72=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #975148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975148 is #68AEB7. Grayscale: #656565. Windows color (decimal): -6860472 or 4739479. OLE color: 4739479.
HSL color Cylindrical-coordinate representation of color #975148: hue angle of 6.84º 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 #975148 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 81 | 72 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.41 |
| HSL | 6.84º | 0.35% | 0.44% | - |
| HSV(B) | 6.84º | 0.52% | 0.59% | - |
| XYZ | 16.87 | 12.93 | 7.74 | - |
| YUV | 100.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 81 | 72 | 0 | 0.46 | 0.52 | 0.41 | 6.84 | 0.35 | 0.44 |
| Hex | 97 | 51 | 48 | 0 | 2E | 34 | 29 | 7 | 23 | 2C |
| Octal | 227 | 121 | 110 | 0 | 56 | 64 | 51 | 7 | 43 | 54 |
| Binary | 10010111 | 1010001 | 1001000 | 0 | 101110 | 110100 | 101001 | 111 | 100011 | 101100 |
Color Harmonies of #975148
Complementary color
Monochromatic Colors of #975148
Black with #975148
Text Example
Text Example
White with #975148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975148; }
p { color: rgb(151,81,72); }
H1.HeaderClassName
{
color: #975148;
}
.AnyTagClassName
{
color: #975148;
}
</style>
background-color css
<style>
a { background-color: #975148; }
a { background-color: rgb(151,81,72); }
div.DivClassName
{
background-color: #975148;
}
.BgClassName
{
background-color: #975148;
}
</style>
border-color css
<style>
span { border-color: #975148; }
span { border-color: rgb(151,81,72); }
td.TdClassName
{
border-color: #975148;
}
.TagClassName
{
border-color: #975148;
}
</style>