#985549

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

Shades of Copper Rust #985549

Tints of Copper Rust #985549

Color information

#985549 (or 0x985549) is unknown color: approx Copper Rust. HEX triplet: 98, 55 and 49. RGB value is (152,85,73). Sum of RGB (Red+Green+Blue) = 152+85+73=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #985549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985549 is #67AAB6. Grayscale: #676767. Windows color (decimal): -6793911 or 4806040. OLE color: 4806040.

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

Color convert

RGB1528573-
CMYK00.440.520.40
HSL9.11º35.11%44.12%-
HSV(B)9.11º51.97%59.61%-
XYZ17.413.658.02-
YUV103.66110.7162.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.03%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 73 (28.91% from 255) = 23.55%
R=49.03%
G=27.42%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152857300.440.520.409.1135.1144.12
Hex98554902C34289232c
Octal2301251110546450114354
Binary100110001010101100100101011001101001010001001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985549; }

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

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

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

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

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

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

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

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