#9A5750

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

Shades of Copper Rust #9A5750

Tints of Copper Rust #9A5750

Color information

#9A5750 (or 0x9A5750) is unknown color: approx Copper Rust. HEX triplet: 9A, 57 and 50. RGB value is (154,87,80). Sum of RGB (Red+Green+Blue) = 154+87+80=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5750 is #65A8AF. Grayscale: #6A6A6A. Windows color (decimal): -6662320 or 5265306. OLE color: 5265306.

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

Color convert

RGB1548780-
CMYK00.440.480.40
HSL5.68º31.62%45.88%-
HSV(B)5.68º48.05%60.39%-
XYZ18.1814.279.38-
YUV106.24113.2162.07-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.98%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 80 (31.64% from 255) = 24.92%
R=47.98%
G=27.10%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154878000.440.480.405.6831.6245.88
Hex9A575002C30286202e
Octal232127120054605064056
Binary10011010101011110100000101100110000101000110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,87,80); }

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

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

 a { background-color: rgb(154,87,80); }

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

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

 span { border-color: rgb(154,87,80); }

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