#94524F

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

Shades of Copper Rust #94524F

Tints of Copper Rust #94524F

Color information

#94524F (or 0x94524F) is unknown color: approx Copper Rust. HEX triplet: 94, 52 and 4F. RGB value is (148,82,79). Sum of RGB (Red+Green+Blue) = 148+82+79=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #94524F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94524F is #6BADB0. Grayscale: #656565. Windows color (decimal): -7056817 or 5198484. OLE color: 5198484.

HSL color Cylindrical-coordinate representation of color #94524F: hue angle of 2.61º 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 #94524F is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB1488279-
CMYK00.450.470.42
HSL2.61º30.4%44.51%-
HSV(B)2.61º46.62%58.04%-
XYZ16.6412.99.01-
YUV101.39115.37161.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.90%
GREEN value IS 82 (32.42% from 255) = 26.54%
BLUE value IS 79 (31.25% from 255) = 25.57%
R=47.90%
G=26.54%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148827900.450.470.422.6130.444.51
Hex94524F02D2F2A31e2d
Octal224122117055575233655
Binary100101001010010100111101011011011111010101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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