#9B5350

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

Shades of Copper Rust #9B5350

Tints of Copper Rust #9B5350

Color information

#9B5350 (or 0x9B5350) is unknown color: approx Copper Rust. HEX triplet: 9B, 53 and 50. RGB value is (155,83,80). Sum of RGB (Red+Green+Blue) = 155+83+80=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5350 is #64ACAF. Grayscale: #686868. Windows color (decimal): -6597808 or 5264283. OLE color: 5264283.

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

Color convert

RGB1558380-
CMYK00.460.480.39
HSL2.4º31.91%46.08%-
HSV(B)2.4º48.39%60.78%-
XYZ18.0613.739.29-
YUV104.19114.35164.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.74%
GREEN value IS 83 (32.81% from 255) = 26.10%
BLUE value IS 80 (31.64% from 255) = 25.16%
R=48.74%
G=26.10%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155838000.460.480.392.431.9146.08
Hex9B535002E30272202e
Octal233123120056604724056
Binary1001101110100111010000010111011000010011110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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