Shades of Copper Rust #985147
Tints of Copper Rust #985147
RGB
CMYK
RGB Variations
Color information
#985147 (or 0x985147) is known color: Copper Rust. HEX triplet: 98, 51 and 47. RGB value is (152,81,71). Sum of RGB (Red+Green+Blue) = 152+81+71=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #985147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985147 is #67AEB8. Grayscale: #656565. Windows color (decimal): -6794937 or 4673944. OLE color: 4673944.
HSL color Cylindrical-coordinate representation of color #985147: hue angle of 7.41º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #985147 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 81 | 71 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.40 |
| HSL | 7.41º | 0.36% | 0.44% | - |
| HSV(B) | 7.41º | 0.53% | 0.6% | - |
| XYZ | 17.03 | 13.02 | 7.58 | - |
| YUV | 101.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 71 | 0 | 0.47 | 0.53 | 0.40 | 7.41 | 0.36 | 0.44 |
| Hex | 98 | 51 | 47 | 0 | 2F | 35 | 28 | 7 | 24 | 2C |
| Octal | 230 | 121 | 107 | 0 | 57 | 65 | 50 | 7 | 44 | 54 |
| Binary | 10011000 | 1010001 | 1000111 | 0 | 101111 | 110101 | 101000 | 111 | 100100 | 101100 |
Color Harmonies of #985147
Complementary color
Monochromatic Colors of #985147
Black with #985147
Text Example
Text Example
White with #985147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985147; }
p { color: rgb(152,81,71); }
H1.HeaderClassName
{
color: #985147;
}
.AnyTagClassName
{
color: #985147;
}
</style>
background-color css
<style>
a { background-color: #985147; }
a { background-color: rgb(152,81,71); }
div.DivClassName
{
background-color: #985147;
}
.BgClassName
{
background-color: #985147;
}
</style>
border-color css
<style>
span { border-color: #985147; }
span { border-color: rgb(152,81,71); }
td.TdClassName
{
border-color: #985147;
}
.TagClassName
{
border-color: #985147;
}
</style>