#93524D

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

Shades of Copper Rust #93524D

Tints of Copper Rust #93524D

Color information

#93524D (or 0x93524D) is unknown color: approx Copper Rust. HEX triplet: 93, 52 and 4D. RGB value is (147,82,77). Sum of RGB (Red+Green+Blue) = 147+82+77=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 147 - color contains mainly: red. Hex color #93524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93524D is #6CADB2. Grayscale: #646464. Windows color (decimal): -7122355 or 5067411. OLE color: 5067411.

HSL color Cylindrical-coordinate representation of color #93524D: hue angle of 4.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 #93524D is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1478277-
CMYK00.440.480.42
HSL4.29º31.25%43.92%-
HSV(B)4.29º47.62%57.65%-
XYZ16.3912.778.62-
YUV100.86114.53160.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.04%
GREEN value IS 82 (32.42% from 255) = 26.80%
BLUE value IS 77 (30.47% from 255) = 25.16%
R=48.04%
G=26.80%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147827700.440.480.424.2931.2543.92
Hex93524D02C302A41f2c
Octal223122115054605243754
Binary1001001110100101001101010110011000010101010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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