#9B504D

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

Shades of Copper Rust #9B504D

Tints of Copper Rust #9B504D

Color information

#9B504D (or 0x9B504D) is unknown color: approx Copper Rust. HEX triplet: 9B, 50 and 4D. RGB value is (155,80,77). Sum of RGB (Red+Green+Blue) = 155+80+77=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B504D is #64AFB2. Grayscale: #666666. Windows color (decimal): -6598579 or 5066907. OLE color: 5066907.

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

Color convert

RGB1558077-
CMYK00.480.500.39
HSL2.31º33.62%45.49%-
HSV(B)2.31º50.32%60.78%-
XYZ17.7313.248.64-
YUV102.08113.85165.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.68%
GREEN value IS 80 (31.64% from 255) = 25.64%
BLUE value IS 77 (30.47% from 255) = 24.68%
R=49.68%
G=25.64%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155807700.480.500.392.3133.6245.49
Hex9B504D03032272222d
Octal233120115060624724255
Binary1001101110100001001101011000011001010011110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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