Shades of Copper Rust #97584D
Tints of Copper Rust #97584D
RGB
CMYK
RGB Variations
Color information
#97584D (or 0x97584D) is known color: Copper Rust. HEX triplet: 97, 58 and 4D. RGB value is (151,88,77). Sum of RGB (Red+Green+Blue) = 151+88+77=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #97584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97584D is #68A7B2. Grayscale: #696969. Windows color (decimal): -6858675 or 5068951. OLE color: 5068951.
HSL color Cylindrical-coordinate representation of color #97584D: hue angle of 8.92º 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 #97584D is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 88 | 77 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.41 |
| HSL | 8.92º | 0.32% | 0.45% | - |
| HSV(B) | 8.92º | 0.49% | 0.59% | - |
| XYZ | 17.59 | 14.09 | 8.81 | - |
| YUV | 105.58 | 111.87 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 88 | 77 | 0 | 0.42 | 0.49 | 0.41 | 8.92 | 0.32 | 0.45 |
| Hex | 97 | 58 | 4D | 0 | 2A | 31 | 29 | 9 | 20 | 2D |
| Octal | 227 | 130 | 115 | 0 | 52 | 61 | 51 | 11 | 40 | 55 |
| Binary | 10010111 | 1011000 | 1001101 | 0 | 101010 | 110001 | 101001 | 1001 | 100000 | 101101 |
Color Harmonies of #97584D
Complementary color
Monochromatic Colors of #97584D
Black with #97584D
Text Example
Text Example
White with #97584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97584D; }
p { color: rgb(151,88,77); }
H1.HeaderClassName
{
color: #97584D;
}
.AnyTagClassName
{
color: #97584D;
}
</style>
background-color css
<style>
a { background-color: #97584D; }
a { background-color: rgb(151,88,77); }
div.DivClassName
{
background-color: #97584D;
}
.BgClassName
{
background-color: #97584D;
}
</style>
border-color css
<style>
span { border-color: #97584D; }
span { border-color: rgb(151,88,77); }
td.TdClassName
{
border-color: #97584D;
}
.TagClassName
{
border-color: #97584D;
}
</style>