#934F49

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

Shades of Copper Rust #934F49

Tints of Copper Rust #934F49

Color information

#934F49 (or 0x934F49) is unknown color: approx Copper Rust. HEX triplet: 93, 4F and 49. RGB value is (147,79,73). Sum of RGB (Red+Green+Blue) = 147+79+73=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #934F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #934F49 is #6CB0B6. Grayscale: #626262. Windows color (decimal): -7123127 or 4804499. OLE color: 4804499.

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

Color convert

RGB1477973-
CMYK00.460.500.42
HSL4.86º33.64%43.14%-
HSV(B)4.86º50.34%57.65%-
XYZ16.0312.287.83-
YUV98.65113.53162.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.16%
GREEN value IS 79 (31.25% from 255) = 26.42%
BLUE value IS 73 (28.91% from 255) = 24.41%
R=49.16%
G=26.42%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147797300.460.500.424.8633.6443.14
Hex934F4902E322A5222b
Octal223117111056625254253
Binary10010011100111110010010101110110010101010101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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