#985A53

Color #985A53 Copper Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rust #985A53

Tints of Copper Rust #985A53

Color information

#985A53 (or 0x985A53) is unknown color: approx 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

RGB1529083-
CMYK00.410.450.40
HSL6.09º29.36%46.08%-
HSV(B)6.09º45.39%59.61%-
XYZ18.1714.6110.05-
YUV107.74114.04159.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 46.77%
GREEN value IS 90 (35.55% from 255) = 27.69%
BLUE value IS 83 (32.81% from 255) = 25.54%
R=46.77%
G=27.69%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152908300.410.450.406.0929.3646.08
Hex985A530292D2861d2e
Octal230132123051555063556
Binary1001100010110101010011010100110110110100011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>