#9B5552

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

Shades of Copper Rust #9B5552

Tints of Copper Rust #9B5552

Color information

#9B5552 (or 0x9B5552) is unknown color: approx Copper Rust. HEX triplet: 9B, 55 and 52. RGB value is (155,85,82). Sum of RGB (Red+Green+Blue) = 155+85+82=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5552 is #64AAAD. Grayscale: #696969. Windows color (decimal): -6597294 or 5395867. OLE color: 5395867.

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

Color convert

RGB1558582-
CMYK00.450.470.39
HSL2.47º30.8%46.47%-
HSV(B)2.47º47.1%60.78%-
XYZ18.2914.079.74-
YUV105.59114.69163.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.14%
GREEN value IS 85 (33.59% from 255) = 26.40%
BLUE value IS 82 (32.42% from 255) = 25.47%
R=48.14%
G=26.40%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155858200.450.470.392.4730.846.47
Hex9B555202D2F2721f2e
Octal233125122055574723756
Binary100110111010101101001001011011011111001111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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