#9B5345

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

Shades of Copper Rust #9B5345

Tints of Copper Rust #9B5345

Color information

#9B5345 (or 0x9B5345) is unknown color: approx Copper Rust. HEX triplet: 9B, 53 and 45. RGB value is (155,83,69). Sum of RGB (Red+Green+Blue) = 155+83+69=307 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.49% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5345 is #64ACBA. Grayscale: #676767. Windows color (decimal): -6597819 or 4543387. OLE color: 4543387.

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

Color convert

RGB1558369-
CMYK00.460.550.39
HSL9.77º38.39%43.92%-
HSV(B)9.77º55.48%60.78%-
XYZ17.6913.587.32-
YUV102.93108.85165.14-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.49%
GREEN value IS 83 (32.81% from 255) = 27.04%
BLUE value IS 69 (27.34% from 255) = 22.48%
R=50.49%
G=27.04%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155836900.460.550.399.7738.3943.92
Hex9B534502E3727a262c
Octal2331231050566747124654
Binary100110111010011100010101011101101111001111010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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