#9C524A

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

Shades of Copper Rust #9C524A

Tints of Copper Rust #9C524A

Color information

#9C524A (or 0x9C524A) is unknown color: approx Copper Rust. HEX triplet: 9C, 52 and 4A. RGB value is (156,82,74). Sum of RGB (Red+Green+Blue) = 156+82+74=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C524A is #63ADB5. Grayscale: #676767. Windows color (decimal): -6532534 or 4870812. OLE color: 4870812.

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

Color convert

RGB1568274-
CMYK00.470.530.39
HSL5.85º35.65%45.1%-
HSV(B)5.85º52.56%61.18%-
XYZ17.9613.68.16-
YUV103.21111.52165.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 74 (29.30% from 255) = 23.72%
R=50%
G=26.28%
B=23.72%

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
Decimal156827400.470.530.395.8535.6545.1
Hex9C524A02F35276242d
Octal234122112057654764455
Binary10011100101001010010100101111110101100111110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,82,74); }

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

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

 a { background-color: rgb(156,82,74); }

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

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

 span { border-color: rgb(156,82,74); }

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