#93544A

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

Shades of Copper Rust #93544A

Tints of Copper Rust #93544A

Color information

#93544A (or 0x93544A) is unknown color: approx Copper Rust. HEX triplet: 93, 54 and 4A. RGB value is (147,84,74). Sum of RGB (Red+Green+Blue) = 147+84+74=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #93544A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93544A is #6CABB5. Grayscale: #656565. Windows color (decimal): -7121846 or 4871315. OLE color: 4871315.

HSL color Cylindrical-coordinate representation of color #93544A: hue angle of 8.22º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93544A is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1478474-
CMYK00.430.500.42
HSL8.22º33.03%43.33%-
HSV(B)8.22º49.66%57.65%-
XYZ16.4413.048.13-
YUV101.7112.37160.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.20%
GREEN value IS 84 (33.20% from 255) = 27.54%
BLUE value IS 74 (29.30% from 255) = 24.26%
R=48.20%
G=27.54%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147847400.430.500.428.2233.0343.33
Hex93544A02B322A8212b
Octal2231241120536252104153
Binary100100111010100100101001010111100101010101000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93544A; }

 p { color: rgb(147,84,74); }

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

<style>
 a { background-color: #93544A; }

 a { background-color: rgb(147,84,74); }

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

<style>
 span { border-color: #93544A; }

 span { border-color: rgb(147,84,74); }

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