#934D49

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

Shades of Copper Rust #934D49

Tints of Copper Rust #934D49

Color information

#934D49 (or 0x934D49) is unknown color: approx Copper Rust. HEX triplet: 93, 4D and 49. RGB value is (147,77,73). Sum of RGB (Red+Green+Blue) = 147+77+73=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #934D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #934D49 is #6CB2B6. Grayscale: #616161. Windows color (decimal): -7123639 or 4803987. OLE color: 4803987.

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

Color convert

RGB1477773-
CMYK00.480.500.42
HSL3.24º33.64%43.14%-
HSV(B)3.24º50.34%57.65%-
XYZ15.8911.997.78-
YUV97.47114.19163.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.49%
GREEN value IS 77 (30.47% from 255) = 25.93%
BLUE value IS 73 (28.91% from 255) = 24.58%
R=49.49%
G=25.93%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147777300.480.500.423.2433.6443.14
Hex934D49030322A3222b
Octal223115111060625234253
Binary1001001110011011001001011000011001010101011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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