#94504E

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

Shades of Copper Rust #94504E

Tints of Copper Rust #94504E

Color information

#94504E (or 0x94504E) is unknown color: approx Copper Rust. HEX triplet: 94, 50 and 4E. RGB value is (148,80,78). Sum of RGB (Red+Green+Blue) = 148+80+78=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #94504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94504E is #6BAFB1. Grayscale: #646464. Windows color (decimal): -7057330 or 5132436. OLE color: 5132436.

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

Color convert

RGB1488078-
CMYK00.460.470.42
HSL1.71º30.97%44.31%-
HSV(B)1.71º47.3%58.04%-
XYZ16.4612.588.77-
YUV100.1115.53162.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.37%
GREEN value IS 80 (31.64% from 255) = 26.14%
BLUE value IS 78 (30.86% from 255) = 25.49%
R=48.37%
G=26.14%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148807800.460.470.421.7130.9744.31
Hex94504E02E2F2A21f2c
Octal224120116056575223754
Binary100101001010000100111001011101011111010101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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