#94504A

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

Shades of Copper Rust #94504A

Tints of Copper Rust #94504A

Color information

#94504A (or 0x94504A) is unknown color: approx Copper Rust. HEX triplet: 94, 50 and 4A. RGB value is (148,80,74). Sum of RGB (Red+Green+Blue) = 148+80+74=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #94504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94504A is #6BAFB5. Grayscale: #636363. Windows color (decimal): -7057334 or 4870292. OLE color: 4870292.

HSL color Cylindrical-coordinate representation of color #94504A: hue angle of 4.86º 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 #94504A is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1488074-
CMYK00.460.500.42
HSL4.86º33.33%43.53%-
HSV(B)4.86º50%58.04%-
XYZ16.3212.538.04-
YUV99.65113.53162.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.01%
GREEN value IS 80 (31.64% from 255) = 26.49%
BLUE value IS 74 (29.30% from 255) = 24.50%
R=49.01%
G=26.49%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148807400.460.500.424.8633.3343.53
Hex94504A02E322A5212c
Octal224120112056625254154
Binary10010100101000010010100101110110010101010101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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