#93594D

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

Shades of Copper Rust #93594D

Tints of Copper Rust #93594D

Color information

#93594D (or 0x93594D) is unknown color: approx Copper Rust. HEX triplet: 93, 59 and 4D. RGB value is (147,89,77). Sum of RGB (Red+Green+Blue) = 147+89+77=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #93594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93594D is #6CA6B2. Grayscale: #696969. Windows color (decimal): -7120563 or 5069203. OLE color: 5069203.

HSL color Cylindrical-coordinate representation of color #93594D: hue angle of 10.29º degrees, saturation: 0.31, 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 #93594D is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1478977-
CMYK00.390.480.42
HSL10.29º31.25%43.92%-
HSV(B)10.29º47.62%57.65%-
XYZ16.9413.888.81-
YUV104.97112.22157.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.96%
GREEN value IS 89 (35.16% from 255) = 28.43%
BLUE value IS 77 (30.47% from 255) = 24.60%
R=46.96%
G=28.43%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147897700.390.480.4210.2931.2543.92
Hex93594D027302Aa1f2c
Octal2231311150476052123754
Binary10010011101100110011010100111110000101010101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93594D; }

 p { color: rgb(147,89,77); }

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

<style>
 a { background-color: #93594D; }

 a { background-color: rgb(147,89,77); }

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

<style>
 span { border-color: #93594D; }

 span { border-color: rgb(147,89,77); }

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