#945B50

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

Shades of Copper Rust #945B50

Tints of Copper Rust #945B50

Color information

#945B50 (or 0x945B50) is unknown color: approx Copper Rust. HEX triplet: 94, 5B and 50. RGB value is (148,91,80). Sum of RGB (Red+Green+Blue) = 148+91+80=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #945B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945B50 is #6BA4AF. Grayscale: #6A6A6A. Windows color (decimal): -7054512 or 5266324. OLE color: 5266324.

HSL color Cylindrical-coordinate representation of color #945B50: hue angle of 9.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #945B50 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB1489180-
CMYK00.390.460.42
HSL9.71º29.82%44.71%-
HSV(B)9.71º45.95%58.04%-
XYZ17.414.369.44-
YUV106.79112.88157.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.39%
GREEN value IS 91 (35.94% from 255) = 28.53%
BLUE value IS 80 (31.64% from 255) = 25.08%
R=46.39%
G=28.53%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148918000.390.460.429.7129.8244.71
Hex945B500272E2Aa1e2d
Octal2241331200475652123655
Binary10010100101101110100000100111101110101010101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945B50; }

 p { color: rgb(148,91,80); }

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

<style>
 a { background-color: #945B50; }

 a { background-color: rgb(148,91,80); }

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

<style>
 span { border-color: #945B50; }

 span { border-color: rgb(148,91,80); }

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