#935953

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

Shades of Copper Rust #935953

Tints of Copper Rust #935953

Color information

#935953 (or 0x935953) is unknown color: approx Copper Rust. HEX triplet: 93, 59 and 53. RGB value is (147,89,83). Sum of RGB (Red+Green+Blue) = 147+89+83=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 147 - color contains mainly: red. Hex color #935953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935953 is #6CA6AC. Grayscale: #696969. Windows color (decimal): -7120557 or 5462419. OLE color: 5462419.

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

Color convert

RGB1478983-
CMYK00.390.440.42
HSL5.63º27.83%45.1%-
HSV(B)5.63º43.54%57.65%-
XYZ17.1713.979.98-
YUV105.66115.22157.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.08%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 83 (32.81% from 255) = 26.02%
R=46.08%
G=27.90%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147898300.390.440.425.6327.8345.1
Hex9359530272C2A61c2d
Octal223131123047545263455
Binary1001001110110011010011010011110110010101011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935953; }

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

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

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

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

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

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

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

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