#9B5755

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

Shades of Copper Rust #9B5755

Tints of Copper Rust #9B5755

Color information

#9B5755 (or 0x9B5755) is unknown color: approx Copper Rust. HEX triplet: 9B, 57 and 55. RGB value is (155,87,85). Sum of RGB (Red+Green+Blue) = 155+87+85=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5755 is #64A8AA. Grayscale: #6B6B6B. Windows color (decimal): -6596779 or 5592987. OLE color: 5592987.

HSL color Cylindrical-coordinate representation of color #9B5755: hue angle of 1.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B5755 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB1558785-
CMYK00.440.450.39
HSL1.71º29.17%47.06%-
HSV(B)1.71º45.16%60.78%-
XYZ18.5714.4410.4-
YUV107.1115.53162.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.40%
GREEN value IS 87 (34.38% from 255) = 26.61%
BLUE value IS 85 (33.59% from 255) = 25.99%
R=47.40%
G=26.61%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155878500.440.450.391.7129.1747.06
Hex9B575502C2D2721d2f
Octal233127125054554723557
Binary100110111010111101010101011001011011001111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,87,85); }

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

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

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

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

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

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

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