#935750

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

Shades of Copper Rust #935750

Tints of Copper Rust #935750

Color information

#935750 (or 0x935750) is unknown color: approx Copper Rust. HEX triplet: 93, 57 and 50. RGB value is (147,87,80). Sum of RGB (Red+Green+Blue) = 147+87+80=314 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.82% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 147 - color contains mainly: red. Hex color #935750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935750 is #6CA8AF. Grayscale: #686868. Windows color (decimal): -7121072 or 5265299. OLE color: 5265299.

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

Color convert

RGB1478780-
CMYK00.410.460.42
HSL6.27º29.52%44.51%-
HSV(B)6.27º45.58%57.65%-
XYZ16.8913.69.32-
YUV104.14114.38158.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.82%
GREEN value IS 87 (34.38% from 255) = 27.71%
BLUE value IS 80 (31.64% from 255) = 25.48%
R=46.82%
G=27.71%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147878000.410.460.426.2729.5244.51
Hex9357500292E2A61e2d
Octal223127120051565263655
Binary1001001110101111010000010100110111010101011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935750; }

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

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

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

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

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

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

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

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