#9B5245

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

Shades of Copper Rust #9B5245

Tints of Copper Rust #9B5245

Color information

#9B5245 (or 0x9B5245) is unknown color: approx Copper Rust. HEX triplet: 9B, 52 and 45. RGB value is (155,82,69). Sum of RGB (Red+Green+Blue) = 155+82+69=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5245 is #64ADBA. Grayscale: #666666. Windows color (decimal): -6598075 or 4543131. OLE color: 4543131.

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

Color convert

RGB1558269-
CMYK00.470.550.39
HSL9.07º38.39%43.92%-
HSV(B)9.07º55.48%60.78%-
XYZ17.6113.437.29-
YUV102.34109.18165.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.65%
GREEN value IS 82 (32.42% from 255) = 26.80%
BLUE value IS 69 (27.34% from 255) = 22.55%
R=50.65%
G=26.80%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155826900.470.550.399.0738.3943.92
Hex9B524502F37279262c
Octal2331221050576747114654
Binary100110111010010100010101011111101111001111001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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