Shades of Copper Rust #985454
Tints of Copper Rust #985454
RGB
CMYK
RGB Variations
Color information
#985454 (or 0x985454) is known color: Copper Rust. HEX triplet: 98, 54 and 54. RGB value is (152,84,84). Sum of RGB (Red+Green+Blue) = 152+84+84=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #985454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985454 is #67ABAB. Grayscale: #686868. Windows color (decimal): -6794156 or 5526680. OLE color: 5526680.
HSL color Cylindrical-coordinate representation of color #985454: 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 #985454 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 84 | 84 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.40 |
| HSL | 0º | 0.29% | 0.46% | - |
| HSV(B) | 0º | 0.45% | 0.6% | - |
| XYZ | 17.72 | 13.66 | 10.09 | - |
| YUV | 104.33 | 116.53 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 84 | 84 | 0 | 0.45 | 0.45 | 0.40 | 0 | 0.29 | 0.46 |
| Hex | 98 | 54 | 54 | 0 | 2D | 2D | 28 | 0 | 1D | 2E |
| Octal | 230 | 124 | 124 | 0 | 55 | 55 | 50 | 0 | 35 | 56 |
| Binary | 10011000 | 1010100 | 1010100 | 0 | 101101 | 101101 | 101000 | 0 | 11101 | 101110 |
Color Harmonies of #985454
Complementary color
Monochromatic Colors of #985454
Black with #985454
Text Example
Text Example
White with #985454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985454; }
p { color: rgb(152,84,84); }
H1.HeaderClassName
{
color: #985454;
}
.AnyTagClassName
{
color: #985454;
}
</style>
background-color css
<style>
a { background-color: #985454; }
a { background-color: rgb(152,84,84); }
div.DivClassName
{
background-color: #985454;
}
.BgClassName
{
background-color: #985454;
}
</style>
border-color css
<style>
span { border-color: #985454; }
span { border-color: rgb(152,84,84); }
td.TdClassName
{
border-color: #985454;
}
.TagClassName
{
border-color: #985454;
}
</style>