Shades of Copper Rust #985552
Tints of Copper Rust #985552
RGB
CMYK
RGB Variations
Color information
#985552 (or 0x985552) is known color: Copper Rust. HEX triplet: 98, 55 and 52. RGB value is (152,85,82). Sum of RGB (Red+Green+Blue) = 152+85+82=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #985552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985552 is #67AAAD. Grayscale: #686868. Windows color (decimal): -6793902 or 5395864. OLE color: 5395864.
HSL color Cylindrical-coordinate representation of color #985552: hue angle of 2.57º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #985552 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 85 | 82 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.40 |
| HSL | 2.57º | 0.3% | 0.46% | - |
| HSV(B) | 2.57º | 0.46% | 0.6% | - |
| XYZ | 17.72 | 13.78 | 9.71 | - |
| YUV | 104.69 | 115.2 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 85 | 82 | 0 | 0.44 | 0.46 | 0.40 | 2.57 | 0.3 | 0.46 |
| Hex | 98 | 55 | 52 | 0 | 2C | 2E | 28 | 3 | 1E | 2E |
| Octal | 230 | 125 | 122 | 0 | 54 | 56 | 50 | 3 | 36 | 56 |
| Binary | 10011000 | 1010101 | 1010010 | 0 | 101100 | 101110 | 101000 | 11 | 11110 | 101110 |
Color Harmonies of #985552
Complementary color
Monochromatic Colors of #985552
Black with #985552
Text Example
Text Example
White with #985552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985552; }
p { color: rgb(152,85,82); }
H1.HeaderClassName
{
color: #985552;
}
.AnyTagClassName
{
color: #985552;
}
</style>
background-color css
<style>
a { background-color: #985552; }
a { background-color: rgb(152,85,82); }
div.DivClassName
{
background-color: #985552;
}
.BgClassName
{
background-color: #985552;
}
</style>
border-color css
<style>
span { border-color: #985552; }
span { border-color: rgb(152,85,82); }
td.TdClassName
{
border-color: #985552;
}
.TagClassName
{
border-color: #985552;
}
</style>