#9D5B54

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

Shades of Copper Rust #9D5B54

Tints of Copper Rust #9D5B54

Color information

#9D5B54 (or 0x9D5B54) is unknown color: approx Copper Rust. HEX triplet: 9D, 5B and 54. RGB value is (157,91,84). Sum of RGB (Red+Green+Blue) = 157+91+84=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5B54 is #62A4AB. Grayscale: #6E6E6E. Windows color (decimal): -6464684 or 5528477. OLE color: 5528477.

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

Color convert

RGB1579184-
CMYK00.420.460.38
HSL5.75º30.29%47.25%-
HSV(B)5.75º46.5%61.57%-
XYZ19.2515.2910.32-
YUV109.94113.37161.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.29%
GREEN value IS 91 (35.94% from 255) = 27.41%
BLUE value IS 84 (33.20% from 255) = 25.30%
R=47.29%
G=27.41%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157918400.420.460.385.7530.2947.25
Hex9D5B5402A2E2661e2f
Octal235133124052564663657
Binary1001110110110111010100010101010111010011011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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