#985950

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

Shades of Copper Rust #985950

Tints of Copper Rust #985950

Color information

#985950 (or 0x985950) is unknown color: approx Copper Rust. HEX triplet: 98, 59 and 50. RGB value is (152,89,80). Sum of RGB (Red+Green+Blue) = 152+89+80=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #985950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985950 is #67A6AF. Grayscale: #6A6A6A. Windows color (decimal): -6792880 or 5265816. OLE color: 5265816.

HSL color Cylindrical-coordinate representation of color #985950: hue angle of 7.5º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985950 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB1528980-
CMYK00.410.470.40
HSL7.5º31.03%45.49%-
HSV(B)7.5º47.37%59.61%-
XYZ17.9714.49.42-
YUV106.81112.87160.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 80 (31.64% from 255) = 24.92%
R=47.35%
G=27.73%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152898000.410.470.407.531.0345.49
Hex9859500292F2881f2d
Octal2301311200515750103755
Binary10011000101100110100000101001101111101000100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985950; }

 p { color: rgb(152,89,80); }

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

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

 a { background-color: rgb(152,89,80); }

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

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

 span { border-color: rgb(152,89,80); }

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