#703C35

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

Shades of Metallic Copper #703C35

Tints of Metallic Copper #703C35

Color information

#703C35 (or 0x703C35) is unknown color: approx Metallic Copper. HEX triplet: 70, 3C and 35. RGB value is (112,60,53). Sum of RGB (Red+Green+Blue) = 112+60+53=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #703C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C35 is #8FC3CA. Grayscale: #4A4A4A. Windows color (decimal): -9421771 or 3488880. OLE color: 3488880.

HSL color Cylindrical-coordinate representation of color #703C35: hue angle of 7.12º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #703C35 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB1126053-
CMYK00.460.530.56
HSL7.12º35.76%32.35%-
HSV(B)7.12º52.68%43.92%-
XYZ8.946.934.24-
YUV74.75115.73154.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.78%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=49.78%
G=26.67%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112605300.460.530.567.1235.7632.35
Hex703C3502E353872420
Octal1607465056657074440
Binary11100001111001101010101110110101111000111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703C35; }

 p { color: rgb(112,60,53); }

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

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

 a { background-color: rgb(112,60,53); }

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

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

 span { border-color: rgb(112,60,53); }

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