#935550

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

Shades of Copper Rust #935550

Tints of Copper Rust #935550

Color information

#935550 (or 0x935550) is unknown color: approx Copper Rust. HEX triplet: 93, 55 and 50. RGB value is (147,85,80). Sum of RGB (Red+Green+Blue) = 147+85+80=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 147 - color contains mainly: red. Hex color #935550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935550 is #6CAAAF. Grayscale: #676767. Windows color (decimal): -7121584 or 5264787. OLE color: 5264787.

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

Color convert

RGB1478580-
CMYK00.420.460.42
HSL4.48º29.52%44.51%-
HSV(B)4.48º45.58%57.65%-
XYZ16.7313.289.27-
YUV102.97115.04159.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.12%
GREEN value IS 85 (33.59% from 255) = 27.24%
BLUE value IS 80 (31.64% from 255) = 25.64%
R=47.12%
G=27.24%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147858000.420.460.424.4829.5244.51
Hex93555002A2E2A41e2d
Octal223125120052565243655
Binary1001001110101011010000010101010111010101010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935550; }

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

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

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

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

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

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

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

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