#945B54

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

Shades of Copper Rust #945B54

Tints of Copper Rust #945B54

Color information

#945B54 (or 0x945B54) is unknown color: approx Copper Rust. HEX triplet: 94, 5B and 54. RGB value is (148,91,84). Sum of RGB (Red+Green+Blue) = 148+91+84=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #945B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945B54 is #6BA4AB. Grayscale: #6B6B6B. Windows color (decimal): -7054508 or 5528468. OLE color: 5528468.

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

Color convert

RGB1489184-
CMYK00.390.430.42
HSL6.56º27.59%45.49%-
HSV(B)6.56º43.24%58.04%-
XYZ17.5514.4210.25-
YUV107.24114.88157.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.82%
GREEN value IS 91 (35.94% from 255) = 28.17%
BLUE value IS 84 (33.20% from 255) = 26.01%
R=45.82%
G=28.17%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148918400.390.430.426.5627.5945.49
Hex945B540272B2A71c2d
Octal224133124047535273455
Binary1001010010110111010100010011110101110101011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945B54; }

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

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

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

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

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

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

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

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