#9B504B

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

Shades of Copper Rust #9B504B

Tints of Copper Rust #9B504B

Color information

#9B504B (or 0x9B504B) is unknown color: approx Copper Rust. HEX triplet: 9B, 50 and 4B. RGB value is (155,80,75). Sum of RGB (Red+Green+Blue) = 155+80+75=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B504B is #64AFB4. Grayscale: #656565. Windows color (decimal): -6598581 or 4935835. OLE color: 4935835.

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

Color convert

RGB1558075-
CMYK00.480.520.39
HSL3.75º34.78%45.1%-
HSV(B)3.75º51.61%60.78%-
XYZ17.6613.218.28-
YUV101.85112.85165.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 75 (29.69% from 255) = 24.19%
R=50%
G=25.81%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155807500.480.520.393.7534.7845.1
Hex9B504B03034274232d
Octal233120113060644744355
Binary10011011101000010010110110000110100100111100100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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