#934E49

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

Shades of Copper Rust #934E49

Tints of Copper Rust #934E49

Color information

#934E49 (or 0x934E49) is unknown color: approx Copper Rust. HEX triplet: 93, 4E and 49. RGB value is (147,78,73). Sum of RGB (Red+Green+Blue) = 147+78+73=298 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.33% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 147 - color contains mainly: red. Hex color #934E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #934E49 is #6CB1B6. Grayscale: #626262. Windows color (decimal): -7123383 or 4804243. OLE color: 4804243.

HSL color Cylindrical-coordinate representation of color #934E49: hue angle of 4.05º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #934E49 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1477873-
CMYK00.470.500.42
HSL4.05º33.64%43.14%-
HSV(B)4.05º50.34%57.65%-
XYZ15.9612.137.8-
YUV98.06113.86162.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.33%
GREEN value IS 78 (30.86% from 255) = 26.17%
BLUE value IS 73 (28.91% from 255) = 24.50%
R=49.33%
G=26.17%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147787300.470.500.424.0533.6443.14
Hex934E4902F322A4222b
Octal223116111057625244253
Binary10010011100111010010010101111110010101010100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934E49; }

 p { color: rgb(147,78,73); }

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

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

 a { background-color: rgb(147,78,73); }

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

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

 span { border-color: rgb(147,78,73); }

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