#944E4B

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

Shades of Copper Rust #944E4B

Tints of Copper Rust #944E4B

Color information

#944E4B (or 0x944E4B) is unknown color: approx Copper Rust. HEX triplet: 94, 4E and 4B. RGB value is (148,78,75). Sum of RGB (Red+Green+Blue) = 148+78+75=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #944E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944E4B is #6BB1B4. Grayscale: #626262. Windows color (decimal): -7057845 or 4935316. OLE color: 4935316.

HSL color Cylindrical-coordinate representation of color #944E4B: hue angle of 2.47º 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 #944E4B is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB1487875-
CMYK00.470.490.42
HSL2.47º32.74%43.73%-
HSV(B)2.47º49.32%58.04%-
XYZ16.2112.258.17-
YUV98.59114.69163.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.17%
GREEN value IS 78 (30.86% from 255) = 25.91%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=49.17%
G=25.91%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148787500.470.490.422.4732.7443.73
Hex944E4B02F312A2212c
Octal224116113057615224154
Binary1001010010011101001011010111111000110101010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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