#985A50

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

Shades of Copper Rust #985A50

Tints of Copper Rust #985A50

Color information

#985A50 (or 0x985A50) is unknown color: approx Copper Rust. HEX triplet: 98, 5A and 50. RGB value is (152,90,80). Sum of RGB (Red+Green+Blue) = 152+90+80=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #985A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985A50 is #67A5AF. Grayscale: #6B6B6B. Windows color (decimal): -6792624 or 5266072. OLE color: 5266072.

HSL color Cylindrical-coordinate representation of color #985A50: hue angle of 8.33º 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 #985A50 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB1529080-
CMYK00.410.470.40
HSL8.33º31.03%45.49%-
HSV(B)8.33º47.37%59.61%-
XYZ18.0514.579.45-
YUV107.4112.54159.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.20%
GREEN value IS 90 (35.55% from 255) = 27.95%
BLUE value IS 80 (31.64% from 255) = 24.84%
R=47.20%
G=27.95%
B=24.84%

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
Decimal152908000.410.470.408.3331.0345.49
Hex985A500292F2881f2d
Octal2301321200515750103755
Binary10011000101101010100000101001101111101000100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985A50; }

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

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

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

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

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

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

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

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