#944F4B

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

Shades of Copper Rust #944F4B

Tints of Copper Rust #944F4B

Color information

#944F4B (or 0x944F4B) is unknown color: approx Copper Rust. HEX triplet: 94, 4F and 4B. RGB value is (148,79,75). Sum of RGB (Red+Green+Blue) = 148+79+75=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #944F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944F4B is #6BB0B4. Grayscale: #636363. Windows color (decimal): -7057589 or 4935572. OLE color: 4935572.

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

Color convert

RGB1487975-
CMYK00.470.490.42
HSL3.29º32.74%43.73%-
HSV(B)3.29º49.32%58.04%-
XYZ16.2812.48.19-
YUV99.18114.36162.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.01%
GREEN value IS 79 (31.25% from 255) = 26.16%
BLUE value IS 75 (29.69% from 255) = 24.83%
R=49.01%
G=26.16%
B=24.83%

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
Decimal148797500.470.490.423.2932.7443.73
Hex944F4B02F312A3212c
Octal224117113057615234154
Binary1001010010011111001011010111111000110101011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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