#9C5A55

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

Shades of Copper Rust #9C5A55

Tints of Copper Rust #9C5A55

Color information

#9C5A55 (or 0x9C5A55) is unknown color: approx Copper Rust. HEX triplet: 9C, 5A and 55. RGB value is (156,90,85). Sum of RGB (Red+Green+Blue) = 156+90+85=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5A55 is #63A5AA. Grayscale: #6D6D6D. Windows color (decimal): -6530475 or 5593756. OLE color: 5593756.

HSL color Cylindrical-coordinate representation of color #9C5A55: hue angle of 4.23º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C5A55 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB1569085-
CMYK00.420.460.39
HSL4.23º29.46%47.25%-
HSV(B)4.23º45.51%61.18%-
XYZ19.0115.0410.49-
YUV109.16114.37161.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.13%
GREEN value IS 90 (35.55% from 255) = 27.19%
BLUE value IS 85 (33.59% from 255) = 25.68%
R=47.13%
G=27.19%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156908500.420.460.394.2329.4647.25
Hex9C5A5502A2E2741d2f
Octal234132125052564743557
Binary1001110010110101010101010101010111010011110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,90,85); }

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

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

 a { background-color: rgb(156,90,85); }

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

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

 span { border-color: rgb(156,90,85); }

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