#9C524E

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

Shades of Copper Rust #9C524E

Tints of Copper Rust #9C524E

Color information

#9C524E (or 0x9C524E) is unknown color: approx Copper Rust. HEX triplet: 9C, 52 and 4E. RGB value is (156,82,78). Sum of RGB (Red+Green+Blue) = 156+82+78=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C524E is #63ADB1. Grayscale: #676767. Windows color (decimal): -6532530 or 5132956. OLE color: 5132956.

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

Color convert

RGB1568278-
CMYK00.470.50.39
HSL3.08º33.33%45.88%-
HSV(B)3.08º50%61.18%-
XYZ18.113.658.89-
YUV103.67113.52165.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.37%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 78 (30.86% from 255) = 24.68%
R=49.37%
G=25.95%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.5
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156827800.470.50.393.0833.3345.88
Hex9C524E02F32273212e
Octal234122116057624734156
Binary1001110010100101001110010111111001010011111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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