Shades of Copper Rust #985346
Tints of Copper Rust #985346
RGB
CMYK
RGB Variations
Color information
#985346 (or 0x985346) is known color: Copper Rust. HEX triplet: 98, 53 and 46. RGB value is (152,83,70). Sum of RGB (Red+Green+Blue) = 152+83+70=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #985346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985346 is #67ACB9. Grayscale: #666666. Windows color (decimal): -6794426 or 4608920. OLE color: 4608920.
HSL color Cylindrical-coordinate representation of color #985346: hue angle of 9.51º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #985346 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 70 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.40 |
| HSL | 9.51º | 0.37% | 0.44% | - |
| HSV(B) | 9.51º | 0.54% | 0.6% | - |
| XYZ | 17.15 | 13.3 | 7.46 | - |
| YUV | 102.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 70 | 0 | 0.45 | 0.54 | 0.40 | 9.51 | 0.37 | 0.44 |
| Hex | 98 | 53 | 46 | 0 | 2D | 36 | 28 | A | 25 | 2C |
| Octal | 230 | 123 | 106 | 0 | 55 | 66 | 50 | 12 | 45 | 54 |
| Binary | 10011000 | 1010011 | 1000110 | 0 | 101101 | 110110 | 101000 | 1010 | 100101 | 101100 |
Color Harmonies of #985346
Complementary color
Monochromatic Colors of #985346
Black with #985346
Text Example
Text Example
White with #985346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985346; }
p { color: rgb(152,83,70); }
H1.HeaderClassName
{
color: #985346;
}
.AnyTagClassName
{
color: #985346;
}
</style>
background-color css
<style>
a { background-color: #985346; }
a { background-color: rgb(152,83,70); }
div.DivClassName
{
background-color: #985346;
}
.BgClassName
{
background-color: #985346;
}
</style>
border-color css
<style>
span { border-color: #985346; }
span { border-color: rgb(152,83,70); }
td.TdClassName
{
border-color: #985346;
}
.TagClassName
{
border-color: #985346;
}
</style>