#935950

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

Shades of Copper Rust #935950

Tints of Copper Rust #935950

Color information

#935950 (or 0x935950) is unknown color: approx Copper Rust. HEX triplet: 93, 59 and 50. RGB value is (147,89,80). Sum of RGB (Red+Green+Blue) = 147+89+80=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 147 - color contains mainly: red. Hex color #935950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935950 is #6CA6AF. Grayscale: #696969. Windows color (decimal): -7120560 or 5265811. OLE color: 5265811.

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

Color convert

RGB1478980-
CMYK00.390.460.42
HSL8.06º29.52%44.51%-
HSV(B)8.06º45.58%57.65%-
XYZ17.0513.939.38-
YUV105.32113.72157.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.52%
GREEN value IS 89 (35.16% from 255) = 28.16%
BLUE value IS 80 (31.64% from 255) = 25.32%
R=46.52%
G=28.16%
B=25.32%

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
Decimal147898000.390.460.428.0629.5244.51
Hex9359500272E2A81e2d
Octal2231311200475652103655
Binary10010011101100110100000100111101110101010100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935950; }

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

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

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

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

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

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

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

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