Shades of Copper Rust #97514D
Tints of Copper Rust #97514D
RGB
CMYK
RGB Variations
Color information
#97514D (or 0x97514D) is known color: Copper Rust. HEX triplet: 97, 51 and 4D. RGB value is (151,81,77). Sum of RGB (Red+Green+Blue) = 151+81+77=309 (40% of max value = 765). Red value is 151 (59.38% from 255 or 48.87% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 151 - color contains mainly: red. Hex color #97514D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97514D is #68AEB2. Grayscale: #656565. Windows color (decimal): -6860467 or 5067159. OLE color: 5067159.
HSL color Cylindrical-coordinate representation of color #97514D: hue angle of 3.24º 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 #97514D is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 81 | 77 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.41 |
| HSL | 3.24º | 0.32% | 0.45% | - |
| HSV(B) | 3.24º | 0.49% | 0.59% | - |
| XYZ | 17.04 | 13 | 8.63 | - |
| YUV | 101.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 81 | 77 | 0 | 0.46 | 0.49 | 0.41 | 3.24 | 0.32 | 0.45 |
| Hex | 97 | 51 | 4D | 0 | 2E | 31 | 29 | 3 | 20 | 2D |
| Octal | 227 | 121 | 115 | 0 | 56 | 61 | 51 | 3 | 40 | 55 |
| Binary | 10010111 | 1010001 | 1001101 | 0 | 101110 | 110001 | 101001 | 11 | 100000 | 101101 |
Color Harmonies of #97514D
Complementary color
Monochromatic Colors of #97514D
Black with #97514D
Text Example
Text Example
White with #97514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97514D; }
p { color: rgb(151,81,77); }
H1.HeaderClassName
{
color: #97514D;
}
.AnyTagClassName
{
color: #97514D;
}
</style>
background-color css
<style>
a { background-color: #97514D; }
a { background-color: rgb(151,81,77); }
div.DivClassName
{
background-color: #97514D;
}
.BgClassName
{
background-color: #97514D;
}
</style>
border-color css
<style>
span { border-color: #97514D; }
span { border-color: rgb(151,81,77); }
td.TdClassName
{
border-color: #97514D;
}
.TagClassName
{
border-color: #97514D;
}
</style>