Shades of Copper Rust #985A55
Tints of Copper Rust #985A55
RGB
CMYK
RGB Variations
Color information
#985A55 (or 0x985A55) is known color: Copper Rust. HEX triplet: 98, 5A and 55. RGB value is (152,90,85). Sum of RGB (Red+Green+Blue) = 152+90+85=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #985A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985A55 is #67A5AA. Grayscale: #6C6C6C. Windows color (decimal): -6792619 or 5593752. OLE color: 5593752.
HSL color Cylindrical-coordinate representation of color #985A55: hue angle of 4.48º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #985A55 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 85 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.40 |
| HSL | 4.48º | 0.28% | 0.46% | - |
| HSV(B) | 4.48º | 0.44% | 0.6% | - |
| XYZ | 18.24 | 14.64 | 10.46 | - |
| YUV | 107.97 | 115.04 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 85 | 0 | 0.41 | 0.44 | 0.40 | 4.48 | 0.28 | 0.46 |
| Hex | 98 | 5A | 55 | 0 | 29 | 2C | 28 | 4 | 1C | 2E |
| Octal | 230 | 132 | 125 | 0 | 51 | 54 | 50 | 4 | 34 | 56 |
| Binary | 10011000 | 1011010 | 1010101 | 0 | 101001 | 101100 | 101000 | 100 | 11100 | 101110 |
Color Harmonies of #985A55
Complementary color
Monochromatic Colors of #985A55
Black with #985A55
Text Example
Text Example
White with #985A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A55; }
p { color: rgb(152,90,85); }
H1.HeaderClassName
{
color: #985A55;
}
.AnyTagClassName
{
color: #985A55;
}
</style>
background-color css
<style>
a { background-color: #985A55; }
a { background-color: rgb(152,90,85); }
div.DivClassName
{
background-color: #985A55;
}
.BgClassName
{
background-color: #985A55;
}
</style>
border-color css
<style>
span { border-color: #985A55; }
span { border-color: rgb(152,90,85); }
td.TdClassName
{
border-color: #985A55;
}
.TagClassName
{
border-color: #985A55;
}
</style>