Shades of Copper Rust #985547
Tints of Copper Rust #985547
RGB
CMYK
RGB Variations
Color information
#985547 (or 0x985547) is known color: Copper Rust. HEX triplet: 98, 55 and 47. RGB value is (152,85,71). Sum of RGB (Red+Green+Blue) = 152+85+71=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #985547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985547 is #67AAB8. Grayscale: #676767. Windows color (decimal): -6793913 or 4674968. OLE color: 4674968.
HSL color Cylindrical-coordinate representation of color #985547: hue angle of 10.37º 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 #985547 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 85 | 71 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.40 |
| HSL | 10.37º | 0.36% | 0.44% | - |
| HSV(B) | 10.37º | 0.53% | 0.6% | - |
| XYZ | 17.33 | 13.63 | 7.68 | - |
| YUV | 103.44 | 109.7 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 85 | 71 | 0 | 0.44 | 0.53 | 0.40 | 10.37 | 0.36 | 0.44 |
| Hex | 98 | 55 | 47 | 0 | 2C | 35 | 28 | A | 24 | 2C |
| Octal | 230 | 125 | 107 | 0 | 54 | 65 | 50 | 12 | 44 | 54 |
| Binary | 10011000 | 1010101 | 1000111 | 0 | 101100 | 110101 | 101000 | 1010 | 100100 | 101100 |
Color Harmonies of #985547
Complementary color
Monochromatic Colors of #985547
Black with #985547
Text Example
Text Example
White with #985547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985547; }
p { color: rgb(152,85,71); }
H1.HeaderClassName
{
color: #985547;
}
.AnyTagClassName
{
color: #985547;
}
</style>
background-color css
<style>
a { background-color: #985547; }
a { background-color: rgb(152,85,71); }
div.DivClassName
{
background-color: #985547;
}
.BgClassName
{
background-color: #985547;
}
</style>
border-color css
<style>
span { border-color: #985547; }
span { border-color: rgb(152,85,71); }
td.TdClassName
{
border-color: #985547;
}
.TagClassName
{
border-color: #985547;
}
</style>