#9B5A50

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

Shades of Copper Rust #9B5A50

Tints of Copper Rust #9B5A50

Color information

#9B5A50 (or 0x9B5A50) is unknown color: approx Copper Rust. HEX triplet: 9B, 5A and 50. RGB value is (155,90,80). Sum of RGB (Red+Green+Blue) = 155+90+80=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5A50 is #64A5AF. Grayscale: #6C6C6C. Windows color (decimal): -6596016 or 5266075. OLE color: 5266075.

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

Color convert

RGB1559080-
CMYK00.420.480.39
HSL31.91%46.08%-
HSV(B)48.39%60.78%-
XYZ18.6214.869.48-
YUV108.3112.03161.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.69%
GREEN value IS 90 (35.55% from 255) = 27.69%
BLUE value IS 80 (31.64% from 255) = 24.62%
R=47.69%
G=27.69%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155908000.420.480.39831.9146.08
Hex9B5A5002A30278202e
Octal2331321200526047104056
Binary100110111011010101000001010101100001001111000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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