#9C5954

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

Shades of Copper Rust #9C5954

Tints of Copper Rust #9C5954

Color information

#9C5954 (or 0x9C5954) is unknown color: approx Copper Rust. HEX triplet: 9C, 59 and 54. RGB value is (156,89,84). Sum of RGB (Red+Green+Blue) = 156+89+84=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5954 is #63A6AB. Grayscale: #6C6C6C. Windows color (decimal): -6530732 or 5527964. OLE color: 5527964.

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

Color convert

RGB1568984-
CMYK00.430.460.39
HSL4.17º30%47.06%-
HSV(B)4.17º46.15%61.18%-
XYZ18.8814.8510.26-
YUV108.46114.2161.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.42%
GREEN value IS 89 (35.16% from 255) = 27.05%
BLUE value IS 84 (33.20% from 255) = 25.53%
R=47.42%
G=27.05%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156898400.430.460.394.173047.06
Hex9C595402B2E2741e2f
Octal234131124053564743657
Binary1001110010110011010100010101110111010011110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,89,84); }

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

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

 a { background-color: rgb(156,89,84); }

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

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

 span { border-color: rgb(156,89,84); }

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