#935A4D

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

Shades of Copper Rust #935A4D

Tints of Copper Rust #935A4D

Color information

#935A4D (or 0x935A4D) is unknown color: approx Copper Rust. HEX triplet: 93, 5A and 4D. RGB value is (147,90,77). Sum of RGB (Red+Green+Blue) = 147+90+77=314 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.82% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 147 - color contains mainly: red. Hex color #935A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935A4D is #6CA5B2. Grayscale: #696969. Windows color (decimal): -7120307 or 5069459. OLE color: 5069459.

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

Color convert

RGB1479077-
CMYK00.390.480.42
HSL11.14º31.25%43.92%-
HSV(B)11.14º47.62%57.65%-
XYZ17.0314.058.84-
YUV105.56111.88157.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.82%
GREEN value IS 90 (35.55% from 255) = 28.66%
BLUE value IS 77 (30.47% from 255) = 24.52%
R=46.82%
G=28.66%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147907700.390.480.4211.1431.2543.92
Hex935A4D027302Ab1f2c
Octal2231321150476052133754
Binary10010011101101010011010100111110000101010101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,90,77); }

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

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

 a { background-color: rgb(147,90,77); }

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

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

 span { border-color: rgb(147,90,77); }

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