#93564E

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

Shades of Copper Rust #93564E

Tints of Copper Rust #93564E

Color information

#93564E (or 0x93564E) is unknown color: approx Copper Rust. HEX triplet: 93, 56 and 4E. RGB value is (147,86,78). Sum of RGB (Red+Green+Blue) = 147+86+78=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #93564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93564E is #6CA9B1. Grayscale: #676767. Windows color (decimal): -7121330 or 5133971. OLE color: 5133971.

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

Color convert

RGB1478678-
CMYK00.410.470.42
HSL6.96º30.67%44.12%-
HSV(B)6.96º46.94%57.65%-
XYZ16.7413.418.91-
YUV103.33113.71159.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.27%
GREEN value IS 86 (33.98% from 255) = 27.65%
BLUE value IS 78 (30.86% from 255) = 25.08%
R=47.27%
G=27.65%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147867800.410.470.426.9630.6744.12
Hex93564E0292F2A71f2c
Octal223126116051575273754
Binary1001001110101101001110010100110111110101011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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