#9B5953

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

Shades of Copper Rust #9B5953

Tints of Copper Rust #9B5953

Color information

#9B5953 (or 0x9B5953) is unknown color: approx Copper Rust. HEX triplet: 9B, 59 and 53. RGB value is (155,89,83). Sum of RGB (Red+Green+Blue) = 155+89+83=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5953 is #64A6AC. Grayscale: #6C6C6C. Windows color (decimal): -6596269 or 5462427. OLE color: 5462427.

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

Color convert

RGB1558983-
CMYK00.430.460.39
HSL30.25%46.67%-
HSV(B)46.45%60.78%-
XYZ18.6514.7410.05-
YUV108.05113.87161.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.40%
GREEN value IS 89 (35.16% from 255) = 27.22%
BLUE value IS 83 (32.81% from 255) = 25.38%
R=47.40%
G=27.22%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155898300.430.460.39530.2546.67
Hex9B595302B2E2751e2f
Octal233131123053564753657
Binary1001101110110011010011010101110111010011110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,89,83); }

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

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

 a { background-color: rgb(155,89,83); }

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

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

 span { border-color: rgb(155,89,83); }

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