#935C53

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

Shades of Copper Rust #935C53

Tints of Copper Rust #935C53

Color information

#935C53 (or 0x935C53) is unknown color: approx Copper Rust. HEX triplet: 93, 5C and 53. RGB value is (147,92,83). Sum of RGB (Red+Green+Blue) = 147+92+83=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 147 - color contains mainly: red. Hex color #935C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935C53 is #6CA3AC. Grayscale: #6B6B6B. Windows color (decimal): -7119789 or 5463187. OLE color: 5463187.

HSL color Cylindrical-coordinate representation of color #935C53: hue angle of 8.44º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #935C53 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB1479283-
CMYK00.370.440.42
HSL8.44º27.83%45.1%-
HSV(B)8.44º43.54%57.65%-
XYZ17.4214.4810.06-
YUV107.42114.22156.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.65%
GREEN value IS 92 (36.33% from 255) = 28.57%
BLUE value IS 83 (32.81% from 255) = 25.78%
R=45.65%
G=28.57%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147928300.370.440.428.4427.8345.1
Hex935C530252C2A81c2d
Octal2231341230455452103455
Binary10010011101110010100110100101101100101010100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935C53; }

 p { color: rgb(147,92,83); }

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

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

 a { background-color: rgb(147,92,83); }

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

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

 span { border-color: rgb(147,92,83); }

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