#9C5049

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

Shades of Copper Rust #9C5049

Tints of Copper Rust #9C5049

Color information

#9C5049 (or 0x9C5049) is unknown color: approx Copper Rust. HEX triplet: 9C, 50 and 49. RGB value is (156,80,73). Sum of RGB (Red+Green+Blue) = 156+80+73=309 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.49% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5049 is #63AFB6. Grayscale: #666666. Windows color (decimal): -6533047 or 4804764. OLE color: 4804764.

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

Color convert

RGB1568073-
CMYK00.490.530.39
HSL5.06º36.24%44.9%-
HSV(B)5.06º53.21%61.18%-
XYZ17.7813.297.93-
YUV101.93111.68166.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.49%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 73 (28.91% from 255) = 23.62%
R=50.49%
G=25.89%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156807300.490.530.395.0636.2444.9
Hex9C504903135275242d
Octal234120111061654754455
Binary10011100101000010010010110001110101100111101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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