#94554F

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

Shades of Copper Rust #94554F

Tints of Copper Rust #94554F

Color information

#94554F (or 0x94554F) is unknown color: approx Copper Rust. HEX triplet: 94, 55 and 4F. RGB value is (148,85,79). Sum of RGB (Red+Green+Blue) = 148+85+79=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #94554F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94554F is #6BAAB0. Grayscale: #676767. Windows color (decimal): -7056049 or 5199252. OLE color: 5199252.

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

Color convert

RGB1488579-
CMYK00.430.470.42
HSL5.22º30.4%44.51%-
HSV(B)5.22º46.62%58.04%-
XYZ16.8713.369.09-
YUV103.15114.37159.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.44%
GREEN value IS 85 (33.59% from 255) = 27.24%
BLUE value IS 79 (31.25% from 255) = 25.32%
R=47.44%
G=27.24%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148857900.430.470.425.2230.444.51
Hex94554F02B2F2A51e2d
Octal224125117053575253655
Binary1001010010101011001111010101110111110101010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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