#9B5B51

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

Shades of Copper Rust #9B5B51

Tints of Copper Rust #9B5B51

Color information

#9B5B51 (or 0x9B5B51) is unknown color: approx Copper Rust. HEX triplet: 9B, 5B and 51. RGB value is (155,91,81). Sum of RGB (Red+Green+Blue) = 155+91+81=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5B51 is #64A4AE. Grayscale: #6D6D6D. Windows color (decimal): -6595759 or 5331867. OLE color: 5331867.

HSL color Cylindrical-coordinate representation of color #9B5B51: hue angle of 8.11º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B5B51 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB1559181-
CMYK00.410.480.39
HSL8.11º31.36%46.27%-
HSV(B)8.11º47.74%60.78%-
XYZ18.7415.049.7-
YUV109112.2160.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.40%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 81 (32.03% from 255) = 24.77%
R=47.40%
G=27.83%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155918100.410.480.398.1131.3646.27
Hex9B5B51029302781f2e
Octal2331331210516047103756
Binary10011011101101110100010101001110000100111100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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