Shades of Copper Rust #975C52
Tints of Copper Rust #975C52
RGB
CMYK
RGB Variations
Color information
#975C52 (or 0x975C52) is known color: Copper Rust. HEX triplet: 97, 5C and 52. RGB value is (151,92,82). Sum of RGB (Red+Green+Blue) = 151+92+82=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #975C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975C52 is #68A3AD. Grayscale: #6C6C6C. Windows color (decimal): -6857646 or 5397655. OLE color: 5397655.
HSL color Cylindrical-coordinate representation of color #975C52: hue angle of 8.7º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #975C52 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 92 | 82 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.41 |
| HSL | 8.7º | 0.3% | 0.46% | - |
| HSV(B) | 8.7º | 0.46% | 0.59% | - |
| XYZ | 18.11 | 14.84 | 9.89 | - |
| YUV | 108.5 | 113.05 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 92 | 82 | 0 | 0.39 | 0.46 | 0.41 | 8.7 | 0.3 | 0.46 |
| Hex | 97 | 5C | 52 | 0 | 27 | 2E | 29 | 9 | 1E | 2E |
| Octal | 227 | 134 | 122 | 0 | 47 | 56 | 51 | 11 | 36 | 56 |
| Binary | 10010111 | 1011100 | 1010010 | 0 | 100111 | 101110 | 101001 | 1001 | 11110 | 101110 |
Color Harmonies of #975C52
Complementary color
Monochromatic Colors of #975C52
Black with #975C52
Text Example
Text Example
White with #975C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975C52; }
p { color: rgb(151,92,82); }
H1.HeaderClassName
{
color: #975C52;
}
.AnyTagClassName
{
color: #975C52;
}
</style>
background-color css
<style>
a { background-color: #975C52; }
a { background-color: rgb(151,92,82); }
div.DivClassName
{
background-color: #975C52;
}
.BgClassName
{
background-color: #975C52;
}
</style>
border-color css
<style>
span { border-color: #975C52; }
span { border-color: rgb(151,92,82); }
td.TdClassName
{
border-color: #975C52;
}
.TagClassName
{
border-color: #975C52;
}
</style>