#9B5B55

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

Shades of Copper Rust #9B5B55

Tints of Copper Rust #9B5B55

Color information

#9B5B55 (or 0x9B5B55) is unknown color: approx Copper Rust. HEX triplet: 9B, 5B and 55. RGB value is (155,91,85). Sum of RGB (Red+Green+Blue) = 155+91+85=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5B55 is #64A4AA. Grayscale: #6D6D6D. Windows color (decimal): -6595755 or 5594011. OLE color: 5594011.

HSL color Cylindrical-coordinate representation of color #9B5B55: hue angle of 5.14º 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 #9B5B55 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB1559185-
CMYK00.410.450.39
HSL5.14º29.17%47.06%-
HSV(B)5.14º45.16%60.78%-
XYZ18.915.1110.51-
YUV109.45114.2160.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.83%
GREEN value IS 91 (35.94% from 255) = 27.49%
BLUE value IS 85 (33.59% from 255) = 25.68%
R=46.83%
G=27.49%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155918500.410.450.395.1429.1747.06
Hex9B5B550292D2751d2f
Octal233133125051554753557
Binary1001101110110111010101010100110110110011110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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