#9B594E

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

Shades of Copper Rust #9B594E

Tints of Copper Rust #9B594E

Color information

#9B594E (or 0x9B594E) is unknown color: approx Copper Rust. HEX triplet: 9B, 59 and 4E. RGB value is (155,89,78). Sum of RGB (Red+Green+Blue) = 155+89+78=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B594E is #64A6B1. Grayscale: #6B6B6B. Windows color (decimal): -6596274 or 5134747. OLE color: 5134747.

HSL color Cylindrical-coordinate representation of color #9B594E: hue angle of 8.57º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B594E is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB1558978-
CMYK00.430.500.39
HSL8.57º33.05%45.69%-
HSV(B)8.57º49.68%60.78%-
XYZ18.4714.669.06-
YUV107.48111.37161.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.14%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 78 (30.86% from 255) = 24.22%
R=48.14%
G=27.64%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155897800.430.500.398.5733.0545.69
Hex9B594E02B32279212e
Octal2331311160536247114156
Binary100110111011001100111001010111100101001111001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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