Shades of Copper Rust #97534A
Tints of Copper Rust #97534A
RGB
CMYK
RGB Variations
Color information
#97534A (or 0x97534A) is known color: Copper Rust. HEX triplet: 97, 53 and 4A. RGB value is (151,83,74). Sum of RGB (Red+Green+Blue) = 151+83+74=308 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.03% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 151 - color contains mainly: red. Hex color #97534A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97534A is #68ACB5. Grayscale: #666666. Windows color (decimal): -6859958 or 4871063. OLE color: 4871063.
HSL color Cylindrical-coordinate representation of color #97534A: hue angle of 7.01º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97534A is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 83 | 74 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.41 |
| HSL | 7.01º | 0.34% | 0.44% | - |
| HSV(B) | 7.01º | 0.51% | 0.59% | - |
| XYZ | 17.09 | 13.26 | 8.14 | - |
| YUV | 102.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 83 | 74 | 0 | 0.45 | 0.51 | 0.41 | 7.01 | 0.34 | 0.44 |
| Hex | 97 | 53 | 4A | 0 | 2D | 33 | 29 | 7 | 22 | 2C |
| Octal | 227 | 123 | 112 | 0 | 55 | 63 | 51 | 7 | 42 | 54 |
| Binary | 10010111 | 1010011 | 1001010 | 0 | 101101 | 110011 | 101001 | 111 | 100010 | 101100 |
Color Harmonies of #97534A
Complementary color
Monochromatic Colors of #97534A
Black with #97534A
Text Example
Text Example
White with #97534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97534A; }
p { color: rgb(151,83,74); }
H1.HeaderClassName
{
color: #97534A;
}
.AnyTagClassName
{
color: #97534A;
}
</style>
background-color css
<style>
a { background-color: #97534A; }
a { background-color: rgb(151,83,74); }
div.DivClassName
{
background-color: #97534A;
}
.BgClassName
{
background-color: #97534A;
}
</style>
border-color css
<style>
span { border-color: #97534A; }
span { border-color: rgb(151,83,74); }
td.TdClassName
{
border-color: #97534A;
}
.TagClassName
{
border-color: #97534A;
}
</style>