#9A5447

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

Shades of Copper Rust #9A5447

Tints of Copper Rust #9A5447

Color information

#9A5447 (or 0x9A5447) is unknown color: approx Copper Rust. HEX triplet: 9A, 54 and 47. RGB value is (154,84,71). Sum of RGB (Red+Green+Blue) = 154+84+71=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5447 is #65ABB8. Grayscale: #676767. Windows color (decimal): -6663097 or 4674714. OLE color: 4674714.

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

Color convert

RGB1548471-
CMYK00.450.540.40
HSL9.4º36.89%44.12%-
HSV(B)9.4º53.9%60.39%-
XYZ17.6313.677.67-
YUV103.45109.69164.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.84%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 71 (28.12% from 255) = 22.98%
R=49.84%
G=27.18%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154847100.450.540.409.436.8944.12
Hex9A544702D36289252c
Octal2321241070556650114554
Binary100110101010100100011101011011101101010001001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A5447; }

 p { color: rgb(154,84,71); }

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

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

 a { background-color: rgb(154,84,71); }

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

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

 span { border-color: rgb(154,84,71); }

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