#9C5B55

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

Shades of Copper Rust #9C5B55

Tints of Copper Rust #9C5B55

Color information

#9C5B55 (or 0x9C5B55) is unknown color: approx Copper Rust. HEX triplet: 9C, 5B and 55. RGB value is (156,91,85). Sum of RGB (Red+Green+Blue) = 156+91+85=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5B55 is #63A4AA. Grayscale: #6D6D6D. Windows color (decimal): -6530219 or 5594012. OLE color: 5594012.

HSL color Cylindrical-coordinate representation of color #9C5B55: hue angle of 5.07º 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 #9C5B55 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB1569185-
CMYK00.420.460.39
HSL5.07º29.46%47.25%-
HSV(B)5.07º45.51%61.18%-
XYZ19.0915.2110.52-
YUV109.75114.03160.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.99%
GREEN value IS 91 (35.94% from 255) = 27.41%
BLUE value IS 85 (33.59% from 255) = 25.60%
R=46.99%
G=27.41%
B=25.60%

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
Decimal156918500.420.460.395.0729.4647.25
Hex9C5B5502A2E2751d2f
Octal234133125052564753557
Binary1001110010110111010101010101010111010011110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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