#9B5753

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

Shades of Copper Rust #9B5753

Tints of Copper Rust #9B5753

Color information

#9B5753 (or 0x9B5753) is unknown color: approx Copper Rust. HEX triplet: 9B, 57 and 53. RGB value is (155,87,83). Sum of RGB (Red+Green+Blue) = 155+87+83=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5753 is #64A8AC. Grayscale: #6A6A6A. Windows color (decimal): -6596781 or 5461915. OLE color: 5461915.

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

Color convert

RGB1558783-
CMYK00.440.460.39
HSL3.33º30.25%46.67%-
HSV(B)3.33º46.45%60.78%-
XYZ18.4914.419.99-
YUV106.88114.53162.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.69%
GREEN value IS 87 (34.38% from 255) = 26.77%
BLUE value IS 83 (32.81% from 255) = 25.54%
R=47.69%
G=26.77%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155878300.440.460.393.3330.2546.67
Hex9B575302C2E2731e2f
Octal233127123054564733657
Binary100110111010111101001101011001011101001111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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