#9B554D

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

Shades of Copper Rust #9B554D

Tints of Copper Rust #9B554D

Color information

#9B554D (or 0x9B554D) is unknown color: approx Copper Rust. HEX triplet: 9B, 55 and 4D. RGB value is (155,85,77). Sum of RGB (Red+Green+Blue) = 155+85+77=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B554D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B554D is #64AAB2. Grayscale: #696969. Windows color (decimal): -6597299 or 5068187. OLE color: 5068187.

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

Color convert

RGB1558577-
CMYK00.450.500.39
HSL6.15º33.62%45.49%-
HSV(B)6.15º50.32%60.78%-
XYZ18.11148.77-
YUV105.02112.19163.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.90%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 77 (30.47% from 255) = 24.29%
R=48.90%
G=26.81%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155857700.450.500.396.1533.6245.49
Hex9B554D02D32276222d
Octal233125115055624764255
Binary10011011101010110011010101101110010100111110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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