Shades of Copper Rust #985047
Tints of Copper Rust #985047
RGB
CMYK
RGB Variations
Color information
#985047 (or 0x985047) is known color: Copper Rust. HEX triplet: 98, 50 and 47. RGB value is (152,80,71). Sum of RGB (Red+Green+Blue) = 152+80+71=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #985047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985047 is #67AFB8. Grayscale: #646464. Windows color (decimal): -6795193 or 4673688. OLE color: 4673688.
HSL color Cylindrical-coordinate representation of color #985047: hue angle of 6.67º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #985047 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 80 | 71 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.40 |
| HSL | 6.67º | 0.36% | 0.44% | - |
| HSV(B) | 6.67º | 0.53% | 0.6% | - |
| XYZ | 16.95 | 12.87 | 7.55 | - |
| YUV | 100.5 | 111.35 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 80 | 71 | 0 | 0.47 | 0.53 | 0.40 | 6.67 | 0.36 | 0.44 |
| Hex | 98 | 50 | 47 | 0 | 2F | 35 | 28 | 7 | 24 | 2C |
| Octal | 230 | 120 | 107 | 0 | 57 | 65 | 50 | 7 | 44 | 54 |
| Binary | 10011000 | 1010000 | 1000111 | 0 | 101111 | 110101 | 101000 | 111 | 100100 | 101100 |
Color Harmonies of #985047
Complementary color
Monochromatic Colors of #985047
Black with #985047
Text Example
Text Example
White with #985047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985047; }
p { color: rgb(152,80,71); }
H1.HeaderClassName
{
color: #985047;
}
.AnyTagClassName
{
color: #985047;
}
</style>
background-color css
<style>
a { background-color: #985047; }
a { background-color: rgb(152,80,71); }
div.DivClassName
{
background-color: #985047;
}
.BgClassName
{
background-color: #985047;
}
</style>
border-color css
<style>
span { border-color: #985047; }
span { border-color: rgb(152,80,71); }
td.TdClassName
{
border-color: #985047;
}
.TagClassName
{
border-color: #985047;
}
</style>