#9C5249

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

Shades of Copper Rust #9C5249

Tints of Copper Rust #9C5249

Color information

#9C5249 (or 0x9C5249) is unknown color: approx Copper Rust. HEX triplet: 9C, 52 and 49. RGB value is (156,82,73). Sum of RGB (Red+Green+Blue) = 156+82+73=311 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.16% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5249 is #63ADB6. Grayscale: #676767. Windows color (decimal): -6532535 or 4805276. OLE color: 4805276.

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

Color convert

RGB1568273-
CMYK00.470.530.39
HSL6.51º36.24%44.9%-
HSV(B)6.51º53.21%61.18%-
XYZ17.9313.587.98-
YUV103.1111.02165.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.16%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 73 (28.91% from 255) = 23.47%
R=50.16%
G=26.37%
B=23.47%

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
Decimal156827300.470.530.396.5136.2444.9
Hex9C524902F35277242d
Octal234122111057654774455
Binary10011100101001010010010101111110101100111111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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