#9B5553

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

Shades of Copper Rust #9B5553

Tints of Copper Rust #9B5553

Color information

#9B5553 (or 0x9B5553) is unknown color: approx Copper Rust. HEX triplet: 9B, 55 and 53. RGB value is (155,85,83). Sum of RGB (Red+Green+Blue) = 155+85+83=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5553 is #64AAAC. Grayscale: #696969. Windows color (decimal): -6597293 or 5461403. OLE color: 5461403.

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

Color convert

RGB1558583-
CMYK00.450.460.39
HSL1.67º30.25%46.67%-
HSV(B)1.67º46.45%60.78%-
XYZ18.3314.099.94-
YUV105.7115.19163.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.99%
GREEN value IS 85 (33.59% from 255) = 26.32%
BLUE value IS 83 (32.81% from 255) = 25.70%
R=47.99%
G=26.32%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155858300.450.460.391.6730.2546.67
Hex9B555302D2E2721e2f
Octal233125123055564723657
Binary100110111010101101001101011011011101001111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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