#9C5754

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

Shades of Copper Rust #9C5754

Tints of Copper Rust #9C5754

Color information

#9C5754 (or 0x9C5754) is unknown color: approx Copper Rust. HEX triplet: 9C, 57 and 54. RGB value is (156,87,84). Sum of RGB (Red+Green+Blue) = 156+87+84=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5754 is #63A8AB. Grayscale: #6B6B6B. Windows color (decimal): -6531244 or 5527452. OLE color: 5527452.

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

Color convert

RGB1568784-
CMYK00.440.460.39
HSL2.5º30%47.06%-
HSV(B)2.5º46.15%61.18%-
XYZ18.7214.5210.2-
YUV107.29114.86162.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.71%
GREEN value IS 87 (34.38% from 255) = 26.61%
BLUE value IS 84 (33.20% from 255) = 25.69%
R=47.71%
G=26.61%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156878400.440.460.392.53047.06
Hex9C575402C2E2731e2f
Octal234127124054564733657
Binary100111001010111101010001011001011101001111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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