#985755

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

Shades of Copper Rust #985755

Tints of Copper Rust #985755

Color information

#985755 (or 0x985755) is unknown color: approx Copper Rust. HEX triplet: 98, 57 and 55. RGB value is (152,87,85). Sum of RGB (Red+Green+Blue) = 152+87+85=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #985755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985755 is #67A8AA. Grayscale: #6A6A6A. Windows color (decimal): -6793387 or 5592984. OLE color: 5592984.

HSL color Cylindrical-coordinate representation of color #985755: hue angle of 1.79º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #985755 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB1528785-
CMYK00.430.440.40
HSL1.79º28.27%46.47%-
HSV(B)1.79º44.08%59.61%-
XYZ1814.1510.38-
YUV106.21116.03160.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.91%
GREEN value IS 87 (34.38% from 255) = 26.85%
BLUE value IS 85 (33.59% from 255) = 26.23%
R=46.91%
G=26.85%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152878500.430.440.401.7928.2746.47
Hex98575502B2C2821c2e
Octal230127125053545023456
Binary100110001010111101010101010111011001010001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985755; }

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

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

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

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

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

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

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

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