Shades of Copper Rust #97524D
Tints of Copper Rust #97524D
RGB
CMYK
RGB Variations
Color information
#97524D (or 0x97524D) is known color: Copper Rust. HEX triplet: 97, 52 and 4D. RGB value is (151,82,77). Sum of RGB (Red+Green+Blue) = 151+82+77=310 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.71% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 151 - color contains mainly: red. Hex color #97524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97524D is #68ADB2. Grayscale: #666666. Windows color (decimal): -6860211 or 5067415. OLE color: 5067415.
HSL color Cylindrical-coordinate representation of color #97524D: hue angle of 4.05º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #97524D is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 82 | 77 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.41 |
| HSL | 4.05º | 0.32% | 0.45% | - |
| HSV(B) | 4.05º | 0.49% | 0.59% | - |
| XYZ | 17.12 | 13.15 | 8.66 | - |
| YUV | 102.06 | 113.86 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 82 | 77 | 0 | 0.46 | 0.49 | 0.41 | 4.05 | 0.32 | 0.45 |
| Hex | 97 | 52 | 4D | 0 | 2E | 31 | 29 | 4 | 20 | 2D |
| Octal | 227 | 122 | 115 | 0 | 56 | 61 | 51 | 4 | 40 | 55 |
| Binary | 10010111 | 1010010 | 1001101 | 0 | 101110 | 110001 | 101001 | 100 | 100000 | 101101 |
Color Harmonies of #97524D
Complementary color
Monochromatic Colors of #97524D
Black with #97524D
Text Example
Text Example
White with #97524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97524D; }
p { color: rgb(151,82,77); }
H1.HeaderClassName
{
color: #97524D;
}
.AnyTagClassName
{
color: #97524D;
}
</style>
background-color css
<style>
a { background-color: #97524D; }
a { background-color: rgb(151,82,77); }
div.DivClassName
{
background-color: #97524D;
}
.BgClassName
{
background-color: #97524D;
}
</style>
border-color css
<style>
span { border-color: #97524D; }
span { border-color: rgb(151,82,77); }
td.TdClassName
{
border-color: #97524D;
}
.TagClassName
{
border-color: #97524D;
}
</style>