#94504C

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

Shades of Copper Rust #94504C

Tints of Copper Rust #94504C

Color information

#94504C (or 0x94504C) is unknown color: approx Copper Rust. HEX triplet: 94, 50 and 4C. RGB value is (148,80,76). Sum of RGB (Red+Green+Blue) = 148+80+76=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #94504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94504C is #6BAFB3. Grayscale: #636363. Windows color (decimal): -7057332 or 5001364. OLE color: 5001364.

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

Color convert

RGB1488076-
CMYK00.460.490.42
HSL3.33º32.14%43.92%-
HSV(B)3.33º48.65%58.04%-
XYZ16.3912.568.4-
YUV99.88114.53162.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.68%
GREEN value IS 80 (31.64% from 255) = 26.32%
BLUE value IS 76 (30.08% from 255) = 25%
R=48.68%
G=26.32%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148807600.460.490.423.3332.1443.92
Hex94504C02E312A3202c
Octal224120114056615234054
Binary1001010010100001001100010111011000110101011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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