#945555

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

Shades of Copper Rust #945555

Tints of Copper Rust #945555

Color information

#945555 (or 0x945555) is unknown color: approx Copper Rust. HEX triplet: 94, 55 and 55. RGB value is (148,85,85). Sum of RGB (Red+Green+Blue) = 148+85+85=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #945555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945555 is #6BAAAA. Grayscale: #676767. Windows color (decimal): -7056043 or 5592468. OLE color: 5592468.

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

Color convert

RGB1488585-
CMYK00.430.430.42
HSL27.04%45.69%-
HSV(B)42.57%58.04%-
XYZ17.113.4510.29-
YUV103.84117.37159.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.54%
GREEN value IS 85 (33.59% from 255) = 26.73%
BLUE value IS 85 (33.59% from 255) = 26.73%
R=46.54%
G=26.73%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148858500.430.430.42027.0445.69
Hex94555502B2B2A01b2e
Octal224125125053535203356
Binary10010100101010110101010101011101011101010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945555; }

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

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

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

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

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

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

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

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