#93544E

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

Shades of Copper Rust #93544E

Tints of Copper Rust #93544E

Color information

#93544E (or 0x93544E) is unknown color: approx Copper Rust. HEX triplet: 93, 54 and 4E. RGB value is (147,84,78). Sum of RGB (Red+Green+Blue) = 147+84+78=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #93544E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93544E is #6CABB1. Grayscale: #666666. Windows color (decimal): -7121842 or 5133459. OLE color: 5133459.

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

Color convert

RGB1478478-
CMYK00.430.470.42
HSL5.22º30.67%44.12%-
HSV(B)5.22º46.94%57.65%-
XYZ16.5813.098.86-
YUV102.15114.37159.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.57%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 78 (30.86% from 255) = 25.24%
R=47.57%
G=27.18%
B=25.24%

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
Decimal147847800.430.470.425.2230.6744.12
Hex93544E02B2F2A51f2c
Octal223124116053575253754
Binary1001001110101001001110010101110111110101010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93544E; }

 p { color: rgb(147,84,78); }

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

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

 a { background-color: rgb(147,84,78); }

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

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

 span { border-color: rgb(147,84,78); }

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