Shades of Copper Rust #985C54
Tints of Copper Rust #985C54
RGB
CMYK
RGB Variations
Color information
#985C54 (or 0x985C54) is known color: Copper Rust. HEX triplet: 98, 5C and 54. RGB value is (152,92,84). Sum of RGB (Red+Green+Blue) = 152+92+84=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #985C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C54 is #67A3AB. Grayscale: #6D6D6D. Windows color (decimal): -6792108 or 5528728. OLE color: 5528728.
HSL color Cylindrical-coordinate representation of color #985C54: hue angle of 7.06º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985C54 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 92 | 84 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.40 |
| HSL | 7.06º | 0.29% | 0.46% | - |
| HSV(B) | 7.06º | 0.45% | 0.6% | - |
| XYZ | 18.38 | 14.97 | 10.31 | - |
| YUV | 109.03 | 113.88 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 84 | 0 | 0.39 | 0.45 | 0.40 | 7.06 | 0.29 | 0.46 |
| Hex | 98 | 5C | 54 | 0 | 27 | 2D | 28 | 7 | 1D | 2E |
| Octal | 230 | 134 | 124 | 0 | 47 | 55 | 50 | 7 | 35 | 56 |
| Binary | 10011000 | 1011100 | 1010100 | 0 | 100111 | 101101 | 101000 | 111 | 11101 | 101110 |
Color Harmonies of #985C54
Complementary color
Monochromatic Colors of #985C54
Black with #985C54
Text Example
Text Example
White with #985C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985C54; }
p { color: rgb(152,92,84); }
H1.HeaderClassName
{
color: #985C54;
}
.AnyTagClassName
{
color: #985C54;
}
</style>
background-color css
<style>
a { background-color: #985C54; }
a { background-color: rgb(152,92,84); }
div.DivClassName
{
background-color: #985C54;
}
.BgClassName
{
background-color: #985C54;
}
</style>
border-color css
<style>
span { border-color: #985C54; }
span { border-color: rgb(152,92,84); }
td.TdClassName
{
border-color: #985C54;
}
.TagClassName
{
border-color: #985C54;
}
</style>