Shades of Copper Rust #985352
Tints of Copper Rust #985352
RGB
CMYK
RGB Variations
Color information
#985352 (or 0x985352) is known color: Copper Rust. HEX triplet: 98, 53 and 52. RGB value is (152,83,82). Sum of RGB (Red+Green+Blue) = 152+83+82=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #985352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985352 is #67ACAD. Grayscale: #676767. Windows color (decimal): -6794414 or 5395352. OLE color: 5395352.
HSL color Cylindrical-coordinate representation of color #985352: hue angle of 0.86º 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 #985352 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 82 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.40 |
| HSL | 0.86º | 0.3% | 0.46% | - |
| HSV(B) | 0.86º | 0.46% | 0.6% | - |
| XYZ | 17.57 | 13.47 | 9.66 | - |
| YUV | 103.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 82 | 0 | 0.45 | 0.46 | 0.40 | 0.86 | 0.3 | 0.46 |
| Hex | 98 | 53 | 52 | 0 | 2D | 2E | 28 | 1 | 1E | 2E |
| Octal | 230 | 123 | 122 | 0 | 55 | 56 | 50 | 1 | 36 | 56 |
| Binary | 10011000 | 1010011 | 1010010 | 0 | 101101 | 101110 | 101000 | 1 | 11110 | 101110 |
Color Harmonies of #985352
Complementary color
Monochromatic Colors of #985352
Black with #985352
Text Example
Text Example
White with #985352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985352; }
p { color: rgb(152,83,82); }
H1.HeaderClassName
{
color: #985352;
}
.AnyTagClassName
{
color: #985352;
}
</style>
background-color css
<style>
a { background-color: #985352; }
a { background-color: rgb(152,83,82); }
div.DivClassName
{
background-color: #985352;
}
.BgClassName
{
background-color: #985352;
}
</style>
border-color css
<style>
span { border-color: #985352; }
span { border-color: rgb(152,83,82); }
td.TdClassName
{
border-color: #985352;
}
.TagClassName
{
border-color: #985352;
}
</style>