#94574F

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

Shades of Copper Rust #94574F

Tints of Copper Rust #94574F

Color information

#94574F (or 0x94574F) is unknown color: approx Copper Rust. HEX triplet: 94, 57 and 4F. RGB value is (148,87,79). Sum of RGB (Red+Green+Blue) = 148+87+79=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #94574F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94574F is #6BA8B0. Grayscale: #686868. Windows color (decimal): -7055537 or 5199764. OLE color: 5199764.

HSL color Cylindrical-coordinate representation of color #94574F: hue angle of 6.96º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94574F is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB1488779-
CMYK00.410.470.42
HSL6.96º30.4%44.51%-
HSV(B)6.96º46.62%58.04%-
XYZ17.0313.689.14-
YUV104.33113.71159.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.13%
GREEN value IS 87 (34.38% from 255) = 27.71%
BLUE value IS 79 (31.25% from 255) = 25.16%
R=47.13%
G=27.71%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148877900.410.470.426.9630.444.51
Hex94574F0292F2A71e2d
Octal224127117051575273655
Binary1001010010101111001111010100110111110101011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94574F; }

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

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

<style>
 a { background-color: #94574F; }

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

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

<style>
 span { border-color: #94574F; }

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

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