Shades of Copper Rust #985C51
Tints of Copper Rust #985C51
RGB
CMYK
RGB Variations
Color information
#985C51 (or 0x985C51) is known color: Copper Rust. HEX triplet: 98, 5C and 51. RGB value is (152,92,81). Sum of RGB (Red+Green+Blue) = 152+92+81=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #985C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C51 is #67A3AE. Grayscale: #6C6C6C. Windows color (decimal): -6792111 or 5332120. OLE color: 5332120.
HSL color Cylindrical-coordinate representation of color #985C51: hue angle of 9.3º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985C51 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 92 | 81 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.40 |
| HSL | 9.3º | 0.3% | 0.46% | - |
| HSV(B) | 9.3º | 0.47% | 0.6% | - |
| XYZ | 18.26 | 14.92 | 9.7 | - |
| YUV | 108.69 | 112.38 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 81 | 0 | 0.39 | 0.47 | 0.40 | 9.3 | 0.3 | 0.46 |
| Hex | 98 | 5C | 51 | 0 | 27 | 2F | 28 | 9 | 1E | 2E |
| Octal | 230 | 134 | 121 | 0 | 47 | 57 | 50 | 11 | 36 | 56 |
| Binary | 10011000 | 1011100 | 1010001 | 0 | 100111 | 101111 | 101000 | 1001 | 11110 | 101110 |
Color Harmonies of #985C51
Complementary color
Monochromatic Colors of #985C51
Black with #985C51
Text Example
Text Example
White with #985C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985C51; }
p { color: rgb(152,92,81); }
H1.HeaderClassName
{
color: #985C51;
}
.AnyTagClassName
{
color: #985C51;
}
</style>
background-color css
<style>
a { background-color: #985C51; }
a { background-color: rgb(152,92,81); }
div.DivClassName
{
background-color: #985C51;
}
.BgClassName
{
background-color: #985C51;
}
</style>
border-color css
<style>
span { border-color: #985C51; }
span { border-color: rgb(152,92,81); }
td.TdClassName
{
border-color: #985C51;
}
.TagClassName
{
border-color: #985C51;
}
</style>