#93594F

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

Shades of Copper Rust #93594F

Tints of Copper Rust #93594F

Color information

#93594F (or 0x93594F) is unknown color: approx Copper Rust. HEX triplet: 93, 59 and 4F. RGB value is (147,89,79). Sum of RGB (Red+Green+Blue) = 147+89+79=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #93594F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93594F is #6CA6B0. Grayscale: #696969. Windows color (decimal): -7120561 or 5200275. OLE color: 5200275.

HSL color Cylindrical-coordinate representation of color #93594F: hue angle of 8.82º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93594F is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB1478979-
CMYK00.390.460.42
HSL8.82º30.09%44.31%-
HSV(B)8.82º46.26%57.65%-
XYZ17.0213.919.19-
YUV105.2113.22157.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.67%
GREEN value IS 89 (35.16% from 255) = 28.25%
BLUE value IS 79 (31.25% from 255) = 25.08%
R=46.67%
G=28.25%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147897900.390.460.428.8230.0944.31
Hex93594F0272E2A91e2c
Octal2231311170475652113654
Binary10010011101100110011110100111101110101010100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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