#9D5754

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

Shades of Copper Rust #9D5754

Tints of Copper Rust #9D5754

Color information

#9D5754 (or 0x9D5754) is unknown color: approx Copper Rust. HEX triplet: 9D, 57 and 54. RGB value is (157,87,84). Sum of RGB (Red+Green+Blue) = 157+87+84=328 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.87% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5754 is #62A8AB. Grayscale: #6B6B6B. Windows color (decimal): -6465708 or 5527453. OLE color: 5527453.

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

Color convert

RGB1578784-
CMYK00.450.460.38
HSL2.47º30.29%47.25%-
HSV(B)2.47º46.5%61.57%-
XYZ18.9114.6210.21-
YUV107.59114.69163.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.87%
GREEN value IS 87 (34.38% from 255) = 26.52%
BLUE value IS 84 (33.20% from 255) = 25.61%
R=47.87%
G=26.52%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157878400.450.460.382.4730.2947.25
Hex9D575402D2E2621e2f
Octal235127124055564623657
Binary100111011010111101010001011011011101001101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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