#9C594E

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

Shades of Copper Rust #9C594E

Tints of Copper Rust #9C594E

Color information

#9C594E (or 0x9C594E) is unknown color: approx Copper Rust. HEX triplet: 9C, 59 and 4E. RGB value is (156,89,78). Sum of RGB (Red+Green+Blue) = 156+89+78=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C594E is #63A6B1. Grayscale: #6B6B6B. Windows color (decimal): -6530738 or 5134748. OLE color: 5134748.

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

Color convert

RGB1568978-
CMYK00.430.50.39
HSL8.46º33.33%45.88%-
HSV(B)8.46º50%61.18%-
XYZ18.6614.769.07-
YUV107.78111.2162.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.30%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 78 (30.86% from 255) = 24.15%
R=48.30%
G=27.55%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.5
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156897800.430.50.398.4633.3345.88
Hex9C594E02B32278212e
Octal2341311160536247104156
Binary100111001011001100111001010111100101001111000100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,89,78); }

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

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

 a { background-color: rgb(156,89,78); }

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

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

 span { border-color: rgb(156,89,78); }

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