#9B574D

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

Shades of Copper Rust #9B574D

Tints of Copper Rust #9B574D

Color information

#9B574D (or 0x9B574D) is unknown color: approx Copper Rust. HEX triplet: 9B, 57 and 4D. RGB value is (155,87,77). Sum of RGB (Red+Green+Blue) = 155+87+77=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B574D is #64A8B2. Grayscale: #6A6A6A. Windows color (decimal): -6596787 or 5068699. OLE color: 5068699.

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

Color convert

RGB1558777-
CMYK00.440.500.39
HSL7.69º33.62%45.49%-
HSV(B)7.69º50.32%60.78%-
XYZ18.2714.328.82-
YUV106.19111.53162.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.59%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 77 (30.47% from 255) = 24.14%
R=48.59%
G=27.27%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155877700.440.500.397.6933.6245.49
Hex9B574D02C32278222d
Octal2331271150546247104255
Binary100110111010111100110101011001100101001111000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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