#935B50

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

Shades of Copper Rust #935B50

Tints of Copper Rust #935B50

Color information

#935B50 (or 0x935B50) is unknown color: approx Copper Rust. HEX triplet: 93, 5B and 50. RGB value is (147,91,80). Sum of RGB (Red+Green+Blue) = 147+91+80=318 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.23% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 147 - color contains mainly: red. Hex color #935B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935B50 is #6CA4AF. Grayscale: #6A6A6A. Windows color (decimal): -7120048 or 5266323. OLE color: 5266323.

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

Color convert

RGB1479180-
CMYK00.380.460.42
HSL9.85º29.52%44.51%-
HSV(B)9.85º45.58%57.65%-
XYZ17.2214.269.44-
YUV106.49113.05156.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.23%
GREEN value IS 91 (35.94% from 255) = 28.62%
BLUE value IS 80 (31.64% from 255) = 25.16%
R=46.23%
G=28.62%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147918000.380.460.429.8529.5244.51
Hex935B500262E2Aa1e2d
Octal2231331200465652123655
Binary10010011101101110100000100110101110101010101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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