#994F49

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

Shades of Copper Rust #994F49

Tints of Copper Rust #994F49

Color information

#994F49 (or 0x994F49) is unknown color: approx Copper Rust. HEX triplet: 99, 4F and 49. RGB value is (153,79,73). Sum of RGB (Red+Green+Blue) = 153+79+73=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #994F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994F49 is #66B0B6. Grayscale: #646464. Windows color (decimal): -6729911 or 4804505. OLE color: 4804505.

HSL color Cylindrical-coordinate representation of color #994F49: hue angle of 4.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #994F49 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB1537973-
CMYK00.480.520.4
HSL4.5º35.4%44.31%-
HSV(B)4.5º52.29%60%-
XYZ17.1412.857.88-
YUV100.44112.52165.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.16%
GREEN value IS 79 (31.25% from 255) = 25.90%
BLUE value IS 73 (28.91% from 255) = 23.93%
R=50.16%
G=25.90%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153797300.480.520.44.535.444.31
Hex994F4903034285232c
Octal231117111060645054354
Binary10011001100111110010010110000110100101000101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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