Shades of Copper Rust #97524E
Tints of Copper Rust #97524E
RGB
CMYK
RGB Variations
Color information
#97524E (or 0x97524E) is known color: Copper Rust. HEX triplet: 97, 52 and 4E. RGB value is (151,82,78). Sum of RGB (Red+Green+Blue) = 151+82+78=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #97524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97524E is #68ADB1. Grayscale: #666666. Windows color (decimal): -6860210 or 5132951. OLE color: 5132951.
HSL color Cylindrical-coordinate representation of color #97524E: hue angle of 3.29º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #97524E is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 82 | 78 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.41 |
| HSL | 3.29º | 0.32% | 0.45% | - |
| HSV(B) | 3.29º | 0.48% | 0.59% | - |
| XYZ | 17.15 | 13.16 | 8.84 | - |
| YUV | 102.18 | 114.36 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 82 | 78 | 0 | 0.46 | 0.48 | 0.41 | 3.29 | 0.32 | 0.45 |
| Hex | 97 | 52 | 4E | 0 | 2E | 30 | 29 | 3 | 20 | 2D |
| Octal | 227 | 122 | 116 | 0 | 56 | 60 | 51 | 3 | 40 | 55 |
| Binary | 10010111 | 1010010 | 1001110 | 0 | 101110 | 110000 | 101001 | 11 | 100000 | 101101 |
Color Harmonies of #97524E
Complementary color
Monochromatic Colors of #97524E
Black with #97524E
Text Example
Text Example
White with #97524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97524E; }
p { color: rgb(151,82,78); }
H1.HeaderClassName
{
color: #97524E;
}
.AnyTagClassName
{
color: #97524E;
}
</style>
background-color css
<style>
a { background-color: #97524E; }
a { background-color: rgb(151,82,78); }
div.DivClassName
{
background-color: #97524E;
}
.BgClassName
{
background-color: #97524E;
}
</style>
border-color css
<style>
span { border-color: #97524E; }
span { border-color: rgb(151,82,78); }
td.TdClassName
{
border-color: #97524E;
}
.TagClassName
{
border-color: #97524E;
}
</style>