Shades of Copper Rust #985048
Tints of Copper Rust #985048
RGB
CMYK
RGB Variations
Color information
#985048 (or 0x985048) is known color: Copper Rust. HEX triplet: 98, 50 and 48. RGB value is (152,80,72). Sum of RGB (Red+Green+Blue) = 152+80+72=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #985048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985048 is #67AFB7. Grayscale: #646464. Windows color (decimal): -6795192 or 4739224. OLE color: 4739224.
HSL color Cylindrical-coordinate representation of color #985048: hue angle of 6º 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 #985048 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 80 | 72 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.40 |
| HSL | 6º | 0.36% | 0.44% | - |
| HSV(B) | 6º | 0.53% | 0.6% | - |
| XYZ | 16.99 | 12.88 | 7.72 | - |
| YUV | 100.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 80 | 72 | 0 | 0.47 | 0.53 | 0.40 | 6 | 0.36 | 0.44 |
| Hex | 98 | 50 | 48 | 0 | 2F | 35 | 28 | 6 | 24 | 2C |
| Octal | 230 | 120 | 110 | 0 | 57 | 65 | 50 | 6 | 44 | 54 |
| Binary | 10011000 | 1010000 | 1001000 | 0 | 101111 | 110101 | 101000 | 110 | 100100 | 101100 |
Color Harmonies of #985048
Complementary color
Monochromatic Colors of #985048
Black with #985048
Text Example
Text Example
White with #985048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985048; }
p { color: rgb(152,80,72); }
H1.HeaderClassName
{
color: #985048;
}
.AnyTagClassName
{
color: #985048;
}
</style>
background-color css
<style>
a { background-color: #985048; }
a { background-color: rgb(152,80,72); }
div.DivClassName
{
background-color: #985048;
}
.BgClassName
{
background-color: #985048;
}
</style>
border-color css
<style>
span { border-color: #985048; }
span { border-color: rgb(152,80,72); }
td.TdClassName
{
border-color: #985048;
}
.TagClassName
{
border-color: #985048;
}
</style>