Shades of Copper Rust #985251
Tints of Copper Rust #985251
RGB
CMYK
RGB Variations
Color information
#985251 (or 0x985251) is known color: Copper Rust. HEX triplet: 98, 52 and 51. RGB value is (152,82,81). Sum of RGB (Red+Green+Blue) = 152+82+81=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #985251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985251 is #67ADAE. Grayscale: #666666. Windows color (decimal): -6794671 or 5329560. OLE color: 5329560.
HSL color Cylindrical-coordinate representation of color #985251: hue angle of 0.85º 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 #985251 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 82 | 81 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.40 |
| HSL | 0.85º | 0.3% | 0.46% | - |
| HSV(B) | 0.85º | 0.47% | 0.6% | - |
| XYZ | 17.45 | 13.3 | 9.43 | - |
| YUV | 102.82 | 115.69 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 81 | 0 | 0.46 | 0.47 | 0.40 | 0.85 | 0.3 | 0.46 |
| Hex | 98 | 52 | 51 | 0 | 2E | 2F | 28 | 1 | 1E | 2E |
| Octal | 230 | 122 | 121 | 0 | 56 | 57 | 50 | 1 | 36 | 56 |
| Binary | 10011000 | 1010010 | 1010001 | 0 | 101110 | 101111 | 101000 | 1 | 11110 | 101110 |
Color Harmonies of #985251
Complementary color
Monochromatic Colors of #985251
Black with #985251
Text Example
Text Example
White with #985251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985251; }
p { color: rgb(152,82,81); }
H1.HeaderClassName
{
color: #985251;
}
.AnyTagClassName
{
color: #985251;
}
</style>
background-color css
<style>
a { background-color: #985251; }
a { background-color: rgb(152,82,81); }
div.DivClassName
{
background-color: #985251;
}
.BgClassName
{
background-color: #985251;
}
</style>
border-color css
<style>
span { border-color: #985251; }
span { border-color: rgb(152,82,81); }
td.TdClassName
{
border-color: #985251;
}
.TagClassName
{
border-color: #985251;
}
</style>