Shades of Copper Rust #985348
Tints of Copper Rust #985348
RGB
CMYK
RGB Variations
Color information
#985348 (or 0x985348) is known color: Copper Rust. HEX triplet: 98, 53 and 48. RGB value is (152,83,72). Sum of RGB (Red+Green+Blue) = 152+83+72=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #985348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985348 is #67ACB7. Grayscale: #666666. Windows color (decimal): -6794424 or 4739992. OLE color: 4739992.
HSL color Cylindrical-coordinate representation of color #985348: hue angle of 8.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #985348 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 72 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.40 |
| HSL | 8.25º | 0.36% | 0.44% | - |
| HSV(B) | 8.25º | 0.53% | 0.6% | - |
| XYZ | 17.21 | 13.33 | 7.8 | - |
| YUV | 102.38 | 110.86 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 72 | 0 | 0.45 | 0.53 | 0.40 | 8.25 | 0.36 | 0.44 |
| Hex | 98 | 53 | 48 | 0 | 2D | 35 | 28 | 8 | 24 | 2C |
| Octal | 230 | 123 | 110 | 0 | 55 | 65 | 50 | 10 | 44 | 54 |
| Binary | 10011000 | 1010011 | 1001000 | 0 | 101101 | 110101 | 101000 | 1000 | 100100 | 101100 |
Color Harmonies of #985348
Complementary color
Monochromatic Colors of #985348
Black with #985348
Text Example
Text Example
White with #985348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985348; }
p { color: rgb(152,83,72); }
H1.HeaderClassName
{
color: #985348;
}
.AnyTagClassName
{
color: #985348;
}
</style>
background-color css
<style>
a { background-color: #985348; }
a { background-color: rgb(152,83,72); }
div.DivClassName
{
background-color: #985348;
}
.BgClassName
{
background-color: #985348;
}
</style>
border-color css
<style>
span { border-color: #985348; }
span { border-color: rgb(152,83,72); }
td.TdClassName
{
border-color: #985348;
}
.TagClassName
{
border-color: #985348;
}
</style>