Shades of Copper Rust #985752
Tints of Copper Rust #985752
RGB
CMYK
RGB Variations
Color information
#985752 (or 0x985752) is known color: Copper Rust. HEX triplet: 98, 57 and 52. RGB value is (152,87,82). Sum of RGB (Red+Green+Blue) = 152+87+82=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #985752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985752 is #67A8AD. Grayscale: #696969. Windows color (decimal): -6793390 or 5396376. OLE color: 5396376.
HSL color Cylindrical-coordinate representation of color #985752: hue angle of 4.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #985752 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 87 | 82 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.40 |
| HSL | 4.29º | 0.3% | 0.46% | - |
| HSV(B) | 4.29º | 0.46% | 0.6% | - |
| XYZ | 17.88 | 14.1 | 9.76 | - |
| YUV | 105.87 | 114.53 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 87 | 82 | 0 | 0.43 | 0.46 | 0.40 | 4.29 | 0.3 | 0.46 |
| Hex | 98 | 57 | 52 | 0 | 2B | 2E | 28 | 4 | 1E | 2E |
| Octal | 230 | 127 | 122 | 0 | 53 | 56 | 50 | 4 | 36 | 56 |
| Binary | 10011000 | 1010111 | 1010010 | 0 | 101011 | 101110 | 101000 | 100 | 11110 | 101110 |
Color Harmonies of #985752
Complementary color
Monochromatic Colors of #985752
Black with #985752
Text Example
Text Example
White with #985752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985752; }
p { color: rgb(152,87,82); }
H1.HeaderClassName
{
color: #985752;
}
.AnyTagClassName
{
color: #985752;
}
</style>
background-color css
<style>
a { background-color: #985752; }
a { background-color: rgb(152,87,82); }
div.DivClassName
{
background-color: #985752;
}
.BgClassName
{
background-color: #985752;
}
</style>
border-color css
<style>
span { border-color: #985752; }
span { border-color: rgb(152,87,82); }
td.TdClassName
{
border-color: #985752;
}
.TagClassName
{
border-color: #985752;
}
</style>