#94524A

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

Shades of Copper Rust #94524A

Tints of Copper Rust #94524A

Color information

#94524A (or 0x94524A) is unknown color: approx Copper Rust. HEX triplet: 94, 52 and 4A. RGB value is (148,82,74). Sum of RGB (Red+Green+Blue) = 148+82+74=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #94524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94524A is #6BADB5. Grayscale: #646464. Windows color (decimal): -7056822 or 4870804. OLE color: 4870804.

HSL color Cylindrical-coordinate representation of color #94524A: hue angle of 6.49º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94524A is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1488274-
CMYK00.450.500.42
HSL6.49º33.33%43.53%-
HSV(B)6.49º50%58.04%-
XYZ16.4712.828.09-
YUV100.82112.87161.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.68%
GREEN value IS 82 (32.42% from 255) = 26.97%
BLUE value IS 74 (29.30% from 255) = 24.34%
R=48.68%
G=26.97%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148827400.450.500.426.4933.3343.53
Hex94524A02D322A6212c
Octal224122112055625264154
Binary10010100101001010010100101101110010101010110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94524A; }

 p { color: rgb(148,82,74); }

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

<style>
 a { background-color: #94524A; }

 a { background-color: rgb(148,82,74); }

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

<style>
 span { border-color: #94524A; }

 span { border-color: rgb(148,82,74); }

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