#944D4B

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

Shades of Copper Rust #944D4B

Tints of Copper Rust #944D4B

Color information

#944D4B (or 0x944D4B) is unknown color: approx Copper Rust. HEX triplet: 94, 4D and 4B. RGB value is (148,77,75). Sum of RGB (Red+Green+Blue) = 148+77+75=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #944D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944D4B is #6BB2B4. Grayscale: #626262. Windows color (decimal): -7058101 or 4935060. OLE color: 4935060.

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

Color convert

RGB1487775-
CMYK00.480.490.42
HSL1.64º32.74%43.73%-
HSV(B)1.64º49.32%58.04%-
XYZ16.1412.118.14-
YUV98115.02163.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.33%
GREEN value IS 77 (30.47% from 255) = 25.67%
BLUE value IS 75 (29.69% from 255) = 25%
R=49.33%
G=25.67%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148777500.480.490.421.6432.7443.73
Hex944D4B030312A2212c
Octal224115113060615224154
Binary1001010010011011001011011000011000110101010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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