#94554C

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

Shades of Copper Rust #94554C

Tints of Copper Rust #94554C

Color information

#94554C (or 0x94554C) is unknown color: approx Copper Rust. HEX triplet: 94, 55 and 4C. RGB value is (148,85,76). Sum of RGB (Red+Green+Blue) = 148+85+76=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #94554C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94554C is #6BAAB3. Grayscale: #666666. Windows color (decimal): -7056052 or 5002644. OLE color: 5002644.

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

Color convert

RGB1488576-
CMYK00.430.490.42
HSL7.5º32.14%43.92%-
HSV(B)7.5º48.65%58.04%-
XYZ16.7713.318.52-
YUV102.81112.87160.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.90%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 76 (30.08% from 255) = 24.60%
R=47.90%
G=27.51%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148857600.430.490.427.532.1443.92
Hex94554C02B312A8202c
Octal2241251140536152104054
Binary100101001010101100110001010111100011010101000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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