#9B504E

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

Shades of Copper Rust #9B504E

Tints of Copper Rust #9B504E

Color information

#9B504E (or 0x9B504E) is unknown color: approx Copper Rust. HEX triplet: 9B, 50 and 4E. RGB value is (155,80,78). Sum of RGB (Red+Green+Blue) = 155+80+78=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B504E is #64AFB1. Grayscale: #666666. Windows color (decimal): -6598578 or 5132443. OLE color: 5132443.

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

Color convert

RGB1558078-
CMYK00.480.500.39
HSL1.56º33.05%45.69%-
HSV(B)1.56º49.68%60.78%-
XYZ17.7613.268.83-
YUV102.2114.35165.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.52%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 78 (30.86% from 255) = 24.92%
R=49.52%
G=25.56%
B=24.92%

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
Decimal155807800.480.500.391.5633.0545.69
Hex9B504E03032272212e
Octal233120116060624724156
Binary1001101110100001001110011000011001010011110100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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