#945950

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

Shades of Copper Rust #945950

Tints of Copper Rust #945950

Color information

#945950 (or 0x945950) is unknown color: approx Copper Rust. HEX triplet: 94, 59 and 50. RGB value is (148,89,80). Sum of RGB (Red+Green+Blue) = 148+89+80=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #945950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945950 is #6BA6AF. Grayscale: #696969. Windows color (decimal): -7055024 or 5265812. OLE color: 5265812.

HSL color Cylindrical-coordinate representation of color #945950: hue angle of 7.94º 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 #945950 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB1488980-
CMYK00.400.460.42
HSL7.94º29.82%44.71%-
HSV(B)7.94º45.95%58.04%-
XYZ17.2314.029.39-
YUV105.62113.55158.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.69%
GREEN value IS 89 (35.16% from 255) = 28.08%
BLUE value IS 80 (31.64% from 255) = 25.24%
R=46.69%
G=28.08%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148898000.400.460.427.9429.8244.71
Hex9459500282E2A81e2d
Octal2241311200505652103655
Binary10010100101100110100000101000101110101010100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945950; }

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

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

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

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

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

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

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

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