#985545

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

Shades of Copper Rust #985545

Tints of Copper Rust #985545

Color information

#985545 (or 0x985545) is unknown color: approx Copper Rust. HEX triplet: 98, 55 and 45. RGB value is (152,85,69). Sum of RGB (Red+Green+Blue) = 152+85+69=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #985545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985545 is #67AABA. Grayscale: #676767. Windows color (decimal): -6793915 or 4543896. OLE color: 4543896.

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

Color convert

RGB1528569-
CMYK00.440.550.40
HSL11.57º37.56%43.33%-
HSV(B)11.57º54.61%59.61%-
XYZ17.2713.67.35-
YUV103.21108.7162.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.67%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 69 (27.34% from 255) = 22.55%
R=49.67%
G=27.78%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152856900.440.550.4011.5737.5643.33
Hex98554502C3728c262b
Octal2301251050546750144653
Binary100110001010101100010101011001101111010001100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985545; }

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

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

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

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

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

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

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

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