#935449

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

Shades of Copper Rust #935449

Tints of Copper Rust #935449

Color information

#935449 (or 0x935449) is unknown color: approx Copper Rust. HEX triplet: 93, 54 and 49. RGB value is (147,84,73). Sum of RGB (Red+Green+Blue) = 147+84+73=304 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.36% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 147 - color contains mainly: red. Hex color #935449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935449 is #6CABB6. Grayscale: #656565. Windows color (decimal): -7121847 or 4805779. OLE color: 4805779.

HSL color Cylindrical-coordinate representation of color #935449: hue angle of 8.92º degrees, saturation: 0.34, 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 #935449 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1478473-
CMYK00.430.500.42
HSL8.92º33.64%43.14%-
HSV(B)8.92º50.34%57.65%-
XYZ16.4113.027.95-
YUV101.58111.87160.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.36%
GREEN value IS 84 (33.20% from 255) = 27.63%
BLUE value IS 73 (28.91% from 255) = 24.01%
R=48.36%
G=27.63%
B=24.01%

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
Decimal147847300.430.500.428.9233.6443.14
Hex93544902B322A9222b
Octal2231241110536252114253
Binary100100111010100100100101010111100101010101001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935449; }

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

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

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

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

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

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

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

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