#94554D

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

Shades of Copper Rust #94554D

Tints of Copper Rust #94554D

Color information

#94554D (or 0x94554D) is unknown color: approx Copper Rust. HEX triplet: 94, 55 and 4D. RGB value is (148,85,77). Sum of RGB (Red+Green+Blue) = 148+85+77=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #94554D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94554D is #6BAAB2. Grayscale: #676767. Windows color (decimal): -7056051 or 5068180. OLE color: 5068180.

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

Color convert

RGB1488577-
CMYK00.430.480.42
HSL6.76º31.56%44.12%-
HSV(B)6.76º47.97%58.04%-
XYZ16.813.338.71-
YUV102.92113.37160.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.74%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 77 (30.47% from 255) = 24.84%
R=47.74%
G=27.42%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148857700.430.480.426.7631.5644.12
Hex94554D02B302A7202c
Octal224125115053605274054
Binary10010100101010110011010101011110000101010111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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