#9C5246

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

Shades of Copper Rust #9C5246

Tints of Copper Rust #9C5246

Color information

#9C5246 (or 0x9C5246) is unknown color: approx Copper Rust. HEX triplet: 9C, 52 and 46. RGB value is (156,82,70). Sum of RGB (Red+Green+Blue) = 156+82+70=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5246 is #63ADB9. Grayscale: #666666. Windows color (decimal): -6532538 or 4608668. OLE color: 4608668.

HSL color Cylindrical-coordinate representation of color #9C5246: hue angle of 8.37º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C5246 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB1568270-
CMYK00.470.550.39
HSL8.37º38.05%44.31%-
HSV(B)8.37º55.13%61.18%-
XYZ17.8313.547.47-
YUV102.76109.52165.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.65%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 70 (27.73% from 255) = 22.73%
R=50.65%
G=26.62%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156827000.470.550.398.3738.0544.31
Hex9C524602F37278262c
Octal2341221060576747104654
Binary100111001010010100011001011111101111001111000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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