#945D53

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

Shades of Copper Rust #945D53

Tints of Copper Rust #945D53

Color information

#945D53 (or 0x945D53) is unknown color: approx Copper Rust. HEX triplet: 94, 5D and 53. RGB value is (148,93,83). Sum of RGB (Red+Green+Blue) = 148+93+83=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #945D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945D53 is #6BA2AC. Grayscale: #6C6C6C. Windows color (decimal): -7053997 or 5463444. OLE color: 5463444.

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

Color convert

RGB1489383-
CMYK00.370.440.42
HSL9.23º28.14%45.29%-
HSV(B)9.23º43.92%58.04%-
XYZ17.6914.7510.1-
YUV108.3113.72156.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.68%
GREEN value IS 93 (36.72% from 255) = 28.70%
BLUE value IS 83 (32.81% from 255) = 25.62%
R=45.68%
G=28.70%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148938300.370.440.429.2328.1445.29
Hex945D530252C2A91c2d
Octal2241351230455452113455
Binary10010100101110110100110100101101100101010100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,93,83); }

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

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

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

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

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

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

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