#9F5555

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

Shades of Copper Rust #9F5555

Tints of Copper Rust #9F5555

Color information

#9F5555 (or 0x9F5555) is unknown color: approx Copper Rust. HEX triplet: 9F, 55 and 55. RGB value is (159,85,85). Sum of RGB (Red+Green+Blue) = 159+85+85=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5555 is #60AAAA. Grayscale: #6B6B6B. Windows color (decimal): -6335147 or 5592479. OLE color: 5592479.

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

Color convert

RGB1598585-
CMYK00.470.470.38
HSL30.33%47.84%-
HSV(B)46.54%62.35%-
XYZ19.1914.5210.39-
YUV107.13115.52165-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.33%
GREEN value IS 85 (33.59% from 255) = 25.84%
BLUE value IS 85 (33.59% from 255) = 25.84%
R=48.33%
G=25.84%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159858500.470.470.38030.3347.84
Hex9F555502F2F2601e30
Octal237125125057574603660
Binary10011111101010110101010101111101111100110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,85,85); }

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

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

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

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

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

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

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