#94594C

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

Shades of Copper Rust #94594C

Tints of Copper Rust #94594C

Color information

#94594C (or 0x94594C) is unknown color: approx Copper Rust. HEX triplet: 94, 59 and 4C. RGB value is (148,89,76). Sum of RGB (Red+Green+Blue) = 148+89+76=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #94594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94594C is #6BA6B3. Grayscale: #696969. Windows color (decimal): -7055028 or 5003668. OLE color: 5003668.

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

Color convert

RGB1488976-
CMYK00.400.490.42
HSL10.83º32.14%43.92%-
HSV(B)10.83º48.65%58.04%-
XYZ17.0913.968.63-
YUV105.16111.55158.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.28%
GREEN value IS 89 (35.16% from 255) = 28.43%
BLUE value IS 76 (30.08% from 255) = 24.28%
R=47.28%
G=28.43%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148897600.400.490.4210.8332.1443.92
Hex94594C028312Ab202c
Octal2241311140506152134054
Binary100101001011001100110001010001100011010101011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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