#94574C

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

Shades of Copper Rust #94574C

Tints of Copper Rust #94574C

Color information

#94574C (or 0x94574C) is unknown color: approx Copper Rust. HEX triplet: 94, 57 and 4C. RGB value is (148,87,76). Sum of RGB (Red+Green+Blue) = 148+87+76=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #94574C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94574C is #6BA8B3. Grayscale: #686868. Windows color (decimal): -7055540 or 5003156. OLE color: 5003156.

HSL color Cylindrical-coordinate representation of color #94574C: hue angle of 9.17º degrees, saturation: 0.32, 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 #94574C is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB1488776-
CMYK00.410.490.42
HSL9.17º32.14%43.92%-
HSV(B)9.17º48.65%58.04%-
XYZ16.9313.638.58-
YUV103.98112.21159.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.59%
GREEN value IS 87 (34.38% from 255) = 27.97%
BLUE value IS 76 (30.08% from 255) = 24.44%
R=47.59%
G=27.97%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148877600.410.490.429.1732.1443.92
Hex94574C029312A9202c
Octal2241271140516152114054
Binary100101001010111100110001010011100011010101001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94574C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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