#985753

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

Shades of Copper Rust #985753

Tints of Copper Rust #985753

Color information

#985753 (or 0x985753) is unknown color: approx Copper Rust. HEX triplet: 98, 57 and 53. RGB value is (152,87,83). Sum of RGB (Red+Green+Blue) = 152+87+83=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #985753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985753 is #67A8AC. Grayscale: #6A6A6A. Windows color (decimal): -6793389 or 5461912. OLE color: 5461912.

HSL color Cylindrical-coordinate representation of color #985753: hue angle of 3.48º 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 #985753 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB1528783-
CMYK00.430.450.40
HSL3.48º29.36%46.08%-
HSV(B)3.48º45.39%59.61%-
XYZ17.9214.129.96-
YUV105.98115.03160.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.20%
GREEN value IS 87 (34.38% from 255) = 27.02%
BLUE value IS 83 (32.81% from 255) = 25.78%
R=47.20%
G=27.02%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152878300.430.450.403.4829.3646.08
Hex98575302B2D2831d2e
Octal230127123053555033556
Binary100110001010111101001101010111011011010001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985753; }

 p { color: rgb(152,87,83); }

 H1.HeaderClassName
 {
   color: #985753;
 }
 .AnyTagClassName
 {
   color: #985753;
 }
</style>
background-color css

<style>
 a { background-color: #985753; }

 a { background-color: rgb(152,87,83); }

 div.DivClassName
 {
   background-color: #985753;
 }
 .BgClassName
 {
   background-color: #985753;
 }
</style>
border-color css

<style>
 span { border-color: #985753; }

 span { border-color: rgb(152,87,83); }

 td.TdClassName
 {
   border-color: #985753;
 }
 .TagClassName
 {
   border-color: #985753;
 }
</style>