#93564C

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

Shades of Copper Rust #93564C

Tints of Copper Rust #93564C

Color information

#93564C (or 0x93564C) is unknown color: approx Copper Rust. HEX triplet: 93, 56 and 4C. RGB value is (147,86,76). Sum of RGB (Red+Green+Blue) = 147+86+76=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #93564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93564C is #6CA9B3. Grayscale: #676767. Windows color (decimal): -7121332 or 5002899. OLE color: 5002899.

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

Color convert

RGB1478676-
CMYK00.410.480.42
HSL8.45º31.84%43.73%-
HSV(B)8.45º48.3%57.65%-
XYZ16.6613.388.54-
YUV103.1112.71159.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.57%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 76 (30.08% from 255) = 24.60%
R=47.57%
G=27.83%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147867600.410.480.428.4531.8443.73
Hex93564C029302A8202c
Octal2231261140516052104054
Binary100100111010110100110001010011100001010101000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93564C; }

 p { color: rgb(147,86,76); }

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

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

 a { background-color: rgb(147,86,76); }

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

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

 span { border-color: rgb(147,86,76); }

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