Shades of Copper Rust #975453
Tints of Copper Rust #975453
RGB
CMYK
RGB Variations
Color information
#975453 (or 0x975453) is known color: Copper Rust. HEX triplet: 97, 54 and 53. RGB value is (151,84,83). Sum of RGB (Red+Green+Blue) = 151+84+83=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #975453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975453 is #68ABAC. Grayscale: #676767. Windows color (decimal): -6859693 or 5461143. OLE color: 5461143.
HSL color Cylindrical-coordinate representation of color #975453: hue angle of 0.88º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #975453 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 84 | 83 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.41 |
| HSL | 0.88º | 0.29% | 0.46% | - |
| HSV(B) | 0.88º | 0.45% | 0.59% | - |
| XYZ | 17.49 | 13.54 | 9.88 | - |
| YUV | 103.92 | 116.2 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 84 | 83 | 0 | 0.44 | 0.45 | 0.41 | 0.88 | 0.29 | 0.46 |
| Hex | 97 | 54 | 53 | 0 | 2C | 2D | 29 | 1 | 1D | 2E |
| Octal | 227 | 124 | 123 | 0 | 54 | 55 | 51 | 1 | 35 | 56 |
| Binary | 10010111 | 1010100 | 1010011 | 0 | 101100 | 101101 | 101001 | 1 | 11101 | 101110 |
Color Harmonies of #975453
Complementary color
Monochromatic Colors of #975453
Black with #975453
Text Example
Text Example
White with #975453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975453; }
p { color: rgb(151,84,83); }
H1.HeaderClassName
{
color: #975453;
}
.AnyTagClassName
{
color: #975453;
}
</style>
background-color css
<style>
a { background-color: #975453; }
a { background-color: rgb(151,84,83); }
div.DivClassName
{
background-color: #975453;
}
.BgClassName
{
background-color: #975453;
}
</style>
border-color css
<style>
span { border-color: #975453; }
span { border-color: rgb(151,84,83); }
td.TdClassName
{
border-color: #975453;
}
.TagClassName
{
border-color: #975453;
}
</style>