Shades of Copper Rust #975149
Tints of Copper Rust #975149
RGB
CMYK
RGB Variations
Color information
#975149 (or 0x975149) is known color: Copper Rust. HEX triplet: 97, 51 and 49. RGB value is (151,81,73). Sum of RGB (Red+Green+Blue) = 151+81+73=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #975149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975149 is #68AEB6. Grayscale: #656565. Windows color (decimal): -6860471 or 4805015. OLE color: 4805015.
HSL color Cylindrical-coordinate representation of color #975149: hue angle of 6.15º 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 #975149 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 81 | 73 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.41 |
| HSL | 6.15º | 0.35% | 0.44% | - |
| HSV(B) | 6.15º | 0.52% | 0.59% | - |
| XYZ | 16.91 | 12.95 | 7.91 | - |
| YUV | 101.02 | 112.19 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 81 | 73 | 0 | 0.46 | 0.52 | 0.41 | 6.15 | 0.35 | 0.44 |
| Hex | 97 | 51 | 49 | 0 | 2E | 34 | 29 | 6 | 23 | 2C |
| Octal | 227 | 121 | 111 | 0 | 56 | 64 | 51 | 6 | 43 | 54 |
| Binary | 10010111 | 1010001 | 1001001 | 0 | 101110 | 110100 | 101001 | 110 | 100011 | 101100 |
Color Harmonies of #975149
Complementary color
Monochromatic Colors of #975149
Black with #975149
Text Example
Text Example
White with #975149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975149; }
p { color: rgb(151,81,73); }
H1.HeaderClassName
{
color: #975149;
}
.AnyTagClassName
{
color: #975149;
}
</style>
background-color css
<style>
a { background-color: #975149; }
a { background-color: rgb(151,81,73); }
div.DivClassName
{
background-color: #975149;
}
.BgClassName
{
background-color: #975149;
}
</style>
border-color css
<style>
span { border-color: #975149; }
span { border-color: rgb(151,81,73); }
td.TdClassName
{
border-color: #975149;
}
.TagClassName
{
border-color: #975149;
}
</style>