#94504D

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

Shades of Copper Rust #94504D

Tints of Copper Rust #94504D

Color information

#94504D (or 0x94504D) is unknown color: approx Copper Rust. HEX triplet: 94, 50 and 4D. RGB value is (148,80,77). Sum of RGB (Red+Green+Blue) = 148+80+77=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #94504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94504D is #6BAFB2. Grayscale: #646464. Windows color (decimal): -7057331 or 5066900. OLE color: 5066900.

HSL color Cylindrical-coordinate representation of color #94504D: hue angle of 2.54º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #94504D is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1488077-
CMYK00.460.480.42
HSL2.54º31.56%44.12%-
HSV(B)2.54º47.97%58.04%-
XYZ16.4212.578.58-
YUV99.99115.03162.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.52%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 77 (30.47% from 255) = 25.25%
R=48.52%
G=26.23%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148807700.460.480.422.5431.5644.12
Hex94504D02E302A3202c
Octal224120115056605234054
Binary1001010010100001001101010111011000010101011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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