#9C5349

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

Shades of Copper Rust #9C5349

Tints of Copper Rust #9C5349

Color information

#9C5349 (or 0x9C5349) is unknown color: approx Copper Rust. HEX triplet: 9C, 53 and 49. RGB value is (156,83,73). Sum of RGB (Red+Green+Blue) = 156+83+73=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5349 is #63ACB6. Grayscale: #676767. Windows color (decimal): -6532279 or 4805532. OLE color: 4805532.

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

Color convert

RGB1568373-
CMYK00.470.530.39
HSL7.23º36.24%44.9%-
HSV(B)7.23º53.21%61.18%-
XYZ18.0113.748.01-
YUV103.69110.68165.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50%
GREEN value IS 83 (32.81% from 255) = 26.60%
BLUE value IS 73 (28.91% from 255) = 23.40%
R=50%
G=26.60%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156837300.470.530.397.2336.2444.9
Hex9C534902F35277242d
Octal234123111057654774455
Binary10011100101001110010010101111110101100111111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,83,73); }

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

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

 a { background-color: rgb(156,83,73); }

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

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

 span { border-color: rgb(156,83,73); }

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