#9D5550

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

Shades of Copper Rust #9D5550

Tints of Copper Rust #9D5550

Color information

#9D5550 (or 0x9D5550) is unknown color: approx Copper Rust. HEX triplet: 9D, 55 and 50. RGB value is (157,85,80). Sum of RGB (Red+Green+Blue) = 157+85+80=322 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.76% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5550 is #62AAAF. Grayscale: #6A6A6A. Windows color (decimal): -6466224 or 5264797. OLE color: 5264797.

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

Color convert

RGB1578580-
CMYK00.460.490.38
HSL3.9º32.49%46.47%-
HSV(B)3.9º49.04%61.57%-
XYZ18.614.249.36-
YUV105.96113.35164.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.76%
GREEN value IS 85 (33.59% from 255) = 26.40%
BLUE value IS 80 (31.64% from 255) = 24.84%
R=48.76%
G=26.40%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157858000.460.490.383.932.4946.47
Hex9D555002E31264202e
Octal235125120056614644056
Binary10011101101010110100000101110110001100110100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,85,80); }

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

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

 a { background-color: rgb(157,85,80); }

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

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

 span { border-color: rgb(157,85,80); }

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