#9B574C

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

Shades of Copper Rust #9B574C

Tints of Copper Rust #9B574C

Color information

#9B574C (or 0x9B574C) is unknown color: approx Copper Rust. HEX triplet: 9B, 57 and 4C. RGB value is (155,87,76). Sum of RGB (Red+Green+Blue) = 155+87+76=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B574C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B574C is #64A8B3. Grayscale: #6A6A6A. Windows color (decimal): -6596788 or 5003163. OLE color: 5003163.

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

Color convert

RGB1558776-
CMYK00.440.510.39
HSL8.35º34.2%45.29%-
HSV(B)8.35º50.97%60.78%-
XYZ18.2314.318.64-
YUV106.08111.03162.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.74%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 76 (30.08% from 255) = 23.90%
R=48.74%
G=27.36%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155877600.440.510.398.3534.245.29
Hex9B574C02C33278222d
Octal2331271140546347104255
Binary100110111010111100110001011001100111001111000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B574C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,87,76); }

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

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

 a { background-color: rgb(155,87,76); }

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

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

 span { border-color: rgb(155,87,76); }

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