#9B5954

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

Shades of Copper Rust #9B5954

Tints of Copper Rust #9B5954

Color information

#9B5954 (or 0x9B5954) is unknown color: approx Copper Rust. HEX triplet: 9B, 59 and 54. RGB value is (155,89,84). Sum of RGB (Red+Green+Blue) = 155+89+84=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5954 is #64A6AB. Grayscale: #6C6C6C. Windows color (decimal): -6596268 or 5527963. OLE color: 5527963.

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

Color convert

RGB1558984-
CMYK00.430.460.39
HSL4.23º29.71%46.86%-
HSV(B)4.23º45.81%60.78%-
XYZ18.6914.7510.25-
YUV108.16114.37161.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.26%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 84 (33.20% from 255) = 25.61%
R=47.26%
G=27.13%
B=25.61%

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
Decimal155898400.430.460.394.2329.7146.86
Hex9B595402B2E2741e2f
Octal233131124053564743657
Binary1001101110110011010100010101110111010011110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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