Shades of Copper Rust #985353
Tints of Copper Rust #985353
RGB
CMYK
RGB Variations
Color information
#985353 (or 0x985353) is known color: Copper Rust. HEX triplet: 98, 53 and 53. RGB value is (152,83,83). Sum of RGB (Red+Green+Blue) = 152+83+83=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #985353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985353 is #67ACAC. Grayscale: #676767. Windows color (decimal): -6794413 or 5460888. OLE color: 5460888.
HSL color Cylindrical-coordinate representation of color #985353: hue angle of 0º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985353 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 83 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.40 |
| HSL | 0º | 0.29% | 0.46% | - |
| HSV(B) | 0º | 0.45% | 0.6% | - |
| XYZ | 17.6 | 13.49 | 9.86 | - |
| YUV | 103.63 | 116.36 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 83 | 0 | 0.45 | 0.45 | 0.40 | 0 | 0.29 | 0.46 |
| Hex | 98 | 53 | 53 | 0 | 2D | 2D | 28 | 0 | 1D | 2E |
| Octal | 230 | 123 | 123 | 0 | 55 | 55 | 50 | 0 | 35 | 56 |
| Binary | 10011000 | 1010011 | 1010011 | 0 | 101101 | 101101 | 101000 | 0 | 11101 | 101110 |
Color Harmonies of #985353
Complementary color
Monochromatic Colors of #985353
Black with #985353
Text Example
Text Example
White with #985353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985353; }
p { color: rgb(152,83,83); }
H1.HeaderClassName
{
color: #985353;
}
.AnyTagClassName
{
color: #985353;
}
</style>
background-color css
<style>
a { background-color: #985353; }
a { background-color: rgb(152,83,83); }
div.DivClassName
{
background-color: #985353;
}
.BgClassName
{
background-color: #985353;
}
</style>
border-color css
<style>
span { border-color: #985353; }
span { border-color: rgb(152,83,83); }
td.TdClassName
{
border-color: #985353;
}
.TagClassName
{
border-color: #985353;
}
</style>