Shades of Copper Rust #985A53
Tints of Copper Rust #985A53
RGB
CMYK
RGB Variations
Color information
#985A53 (or 0x985A53) is known color: Copper Rust. HEX triplet: 98, 5A and 53. RGB value is (152,90,83). Sum of RGB (Red+Green+Blue) = 152+90+83=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #985A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985A53 is #67A5AC. Grayscale: #6B6B6B. Windows color (decimal): -6792621 or 5462680. OLE color: 5462680.
HSL color Cylindrical-coordinate representation of color #985A53: hue angle of 6.09º 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 #985A53 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 83 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.40 |
| HSL | 6.09º | 0.29% | 0.46% | - |
| HSV(B) | 6.09º | 0.45% | 0.6% | - |
| XYZ | 18.17 | 14.61 | 10.05 | - |
| YUV | 107.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 83 | 0 | 0.41 | 0.45 | 0.40 | 6.09 | 0.29 | 0.46 |
| Hex | 98 | 5A | 53 | 0 | 29 | 2D | 28 | 6 | 1D | 2E |
| Octal | 230 | 132 | 123 | 0 | 51 | 55 | 50 | 6 | 35 | 56 |
| Binary | 10011000 | 1011010 | 1010011 | 0 | 101001 | 101101 | 101000 | 110 | 11101 | 101110 |
Color Harmonies of #985A53
Complementary color
Monochromatic Colors of #985A53
Black with #985A53
Text Example
Text Example
White with #985A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A53; }
p { color: rgb(152,90,83); }
H1.HeaderClassName
{
color: #985A53;
}
.AnyTagClassName
{
color: #985A53;
}
</style>
background-color css
<style>
a { background-color: #985A53; }
a { background-color: rgb(152,90,83); }
div.DivClassName
{
background-color: #985A53;
}
.BgClassName
{
background-color: #985A53;
}
</style>
border-color css
<style>
span { border-color: #985A53; }
span { border-color: rgb(152,90,83); }
td.TdClassName
{
border-color: #985A53;
}
.TagClassName
{
border-color: #985A53;
}
</style>