#935349

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

Shades of Copper Rust #935349

Tints of Copper Rust #935349

Color information

#935349 (or 0x935349) is unknown color: approx Copper Rust. HEX triplet: 93, 53 and 49. RGB value is (147,83,73). Sum of RGB (Red+Green+Blue) = 147+83+73=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #935349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935349 is #6CACB6. Grayscale: #656565. Windows color (decimal): -7122103 or 4805523. OLE color: 4805523.

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

Color convert

RGB1478373-
CMYK00.440.500.42
HSL8.11º33.64%43.14%-
HSV(B)8.11º50.34%57.65%-
XYZ16.3312.877.93-
YUV101112.2160.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.51%
GREEN value IS 83 (32.81% from 255) = 27.39%
BLUE value IS 73 (28.91% from 255) = 24.09%
R=48.51%
G=27.39%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147837300.440.500.428.1133.6443.14
Hex93534902C322A8222b
Octal2231231110546252104253
Binary100100111010011100100101011001100101010101000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935349; }

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

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

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

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

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

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

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

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