#9C5250

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

Shades of Copper Rust #9C5250

Tints of Copper Rust #9C5250

Color information

#9C5250 (or 0x9C5250) is unknown color: approx Copper Rust. HEX triplet: 9C, 52 and 50. RGB value is (156,82,80). Sum of RGB (Red+Green+Blue) = 156+82+80=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5250 is #63ADAF. Grayscale: #676767. Windows color (decimal): -6532528 or 5264028. OLE color: 5264028.

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

Color convert

RGB1568280-
CMYK00.470.490.39
HSL1.58º32.2%46.27%-
HSV(B)1.58º48.72%61.18%-
XYZ18.1813.689.27-
YUV103.9114.52165.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.06%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 80 (31.64% from 255) = 25.16%
R=49.06%
G=25.79%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156828000.470.490.391.5832.246.27
Hex9C525002F31272202e
Octal234122120057614724056
Binary1001110010100101010000010111111000110011110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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