Shades of Copper Rust #985248
Tints of Copper Rust #985248
RGB
CMYK
RGB Variations
Color information
#985248 (or 0x985248) is known color: Copper Rust. HEX triplet: 98, 52 and 48. RGB value is (152,82,72). Sum of RGB (Red+Green+Blue) = 152+82+72=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #985248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985248 is #67ADB7. Grayscale: #656565. Windows color (decimal): -6794680 or 4739736. OLE color: 4739736.
HSL color Cylindrical-coordinate representation of color #985248: hue angle of 7.5º 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 #985248 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 82 | 72 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.40 |
| HSL | 7.5º | 0.36% | 0.44% | - |
| HSV(B) | 7.5º | 0.53% | 0.6% | - |
| XYZ | 17.14 | 13.18 | 7.77 | - |
| YUV | 101.79 | 111.19 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 72 | 0 | 0.46 | 0.53 | 0.40 | 7.5 | 0.36 | 0.44 |
| Hex | 98 | 52 | 48 | 0 | 2E | 35 | 28 | 8 | 24 | 2C |
| Octal | 230 | 122 | 110 | 0 | 56 | 65 | 50 | 10 | 44 | 54 |
| Binary | 10011000 | 1010010 | 1001000 | 0 | 101110 | 110101 | 101000 | 1000 | 100100 | 101100 |
Color Harmonies of #985248
Complementary color
Monochromatic Colors of #985248
Black with #985248
Text Example
Text Example
White with #985248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985248; }
p { color: rgb(152,82,72); }
H1.HeaderClassName
{
color: #985248;
}
.AnyTagClassName
{
color: #985248;
}
</style>
background-color css
<style>
a { background-color: #985248; }
a { background-color: rgb(152,82,72); }
div.DivClassName
{
background-color: #985248;
}
.BgClassName
{
background-color: #985248;
}
</style>
border-color css
<style>
span { border-color: #985248; }
span { border-color: rgb(152,82,72); }
td.TdClassName
{
border-color: #985248;
}
.TagClassName
{
border-color: #985248;
}
</style>