#944d49

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

Shades of Copper Rust #944D49

Tints of Copper Rust #944D49

Color information

#944D49 (or 0x944D49) is unknown color: approx Copper Rust. HEX triplet: 94, 4D and 49. RGB value is (148,77,73). Sum of RGB (Red+Green+Blue) = 148+77+73=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #944D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944D49 is #6BB2B6. Grayscale: #616161. Windows color (decimal): -7058103 or 4803988. OLE color: 4803988.

HSL color Cylindrical-coordinate representation of color #944D49: hue angle of 3.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #944D49 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB1487773-
CMYK00.480.510.42
HSL3.2º33.94%43.33%-
HSV(B)3.2º50.68%58.04%-
XYZ16.0712.087.79-
YUV97.77114.02163.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.66%
GREEN value IS 77 (30.47% from 255) = 25.84%
BLUE value IS 73 (28.91% from 255) = 24.50%
R=49.66%
G=25.84%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148777300.480.510.423.233.9443.33
Hex944D49030332A3222b
Octal224115111060635234253
Binary1001010010011011001001011000011001110101011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944d49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944d49; }

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

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

<style>
 a { background-color: #944d49; }

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

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

<style>
 span { border-color: #944d49; }

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

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