Shades of Copper Rust #985550
Tints of Copper Rust #985550
RGB
CMYK
RGB Variations
Color information
#985550 (or 0x985550) is known color: Copper Rust. HEX triplet: 98, 55 and 50. RGB value is (152,85,80). Sum of RGB (Red+Green+Blue) = 152+85+80=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #985550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985550 is #67AAAF. Grayscale: #686868. Windows color (decimal): -6793904 or 5264792. OLE color: 5264792.
HSL color Cylindrical-coordinate representation of color #985550: hue angle of 4.17º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985550 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 85 | 80 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.40 |
| HSL | 4.17º | 0.31% | 0.45% | - |
| HSV(B) | 4.17º | 0.47% | 0.6% | - |
| XYZ | 17.65 | 13.75 | 9.31 | - |
| YUV | 104.46 | 114.2 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 85 | 80 | 0 | 0.44 | 0.47 | 0.40 | 4.17 | 0.31 | 0.45 |
| Hex | 98 | 55 | 50 | 0 | 2C | 2F | 28 | 4 | 1F | 2D |
| Octal | 230 | 125 | 120 | 0 | 54 | 57 | 50 | 4 | 37 | 55 |
| Binary | 10011000 | 1010101 | 1010000 | 0 | 101100 | 101111 | 101000 | 100 | 11111 | 101101 |
Color Harmonies of #985550
Complementary color
Monochromatic Colors of #985550
Black with #985550
Text Example
Text Example
White with #985550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985550; }
p { color: rgb(152,85,80); }
H1.HeaderClassName
{
color: #985550;
}
.AnyTagClassName
{
color: #985550;
}
</style>
background-color css
<style>
a { background-color: #985550; }
a { background-color: rgb(152,85,80); }
div.DivClassName
{
background-color: #985550;
}
.BgClassName
{
background-color: #985550;
}
</style>
border-color css
<style>
span { border-color: #985550; }
span { border-color: rgb(152,85,80); }
td.TdClassName
{
border-color: #985550;
}
.TagClassName
{
border-color: #985550;
}
</style>