#9B5449

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

Shades of Copper Rust #9B5449

Tints of Copper Rust #9B5449

Color information

#9B5449 (or 0x9B5449) is unknown color: approx Copper Rust. HEX triplet: 9B, 54 and 49. RGB value is (155,84,73). Sum of RGB (Red+Green+Blue) = 155+84+73=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5449 is #64ABB6. Grayscale: #686868. Windows color (decimal): -6597559 or 4805787. OLE color: 4805787.

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

Color convert

RGB1558473-
CMYK00.460.530.39
HSL8.05º35.96%44.71%-
HSV(B)8.05º52.9%60.78%-
XYZ17.8913.798.02-
YUV103.98110.52164.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.68%
GREEN value IS 84 (33.20% from 255) = 26.92%
BLUE value IS 73 (28.91% from 255) = 23.40%
R=49.68%
G=26.92%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155847300.460.530.398.0535.9644.71
Hex9B544902E35278242d
Octal2331241110566547104455
Binary100110111010100100100101011101101011001111000100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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