#94544F

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

Shades of Copper Rust #94544F

Tints of Copper Rust #94544F

Color information

#94544F (or 0x94544F) is unknown color: approx Copper Rust. HEX triplet: 94, 54 and 4F. RGB value is (148,84,79). Sum of RGB (Red+Green+Blue) = 148+84+79=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #94544F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94544F is #6BABB0. Grayscale: #666666. Windows color (decimal): -7056305 or 5198996. OLE color: 5198996.

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

Color convert

RGB1488479-
CMYK00.430.470.42
HSL4.35º30.4%44.51%-
HSV(B)4.35º46.62%58.04%-
XYZ16.7913.29.06-
YUV102.57114.7160.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.59%
GREEN value IS 84 (33.20% from 255) = 27.01%
BLUE value IS 79 (31.25% from 255) = 25.40%
R=47.59%
G=27.01%
B=25.40%

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
Decimal148847900.430.470.424.3530.444.51
Hex94544F02B2F2A41e2d
Octal224124117053575243655
Binary1001010010101001001111010101110111110101010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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