#703E39

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

Shades of Metallic Copper #703E39

Tints of Metallic Copper #703E39

Color information

#703E39 (or 0x703E39) is unknown color: approx Metallic Copper. HEX triplet: 70, 3E and 39. RGB value is (112,62,57). Sum of RGB (Red+Green+Blue) = 112+62+57=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #703E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E39 is #8FC1C6. Grayscale: #4C4C4C. Windows color (decimal): -9421255 or 3751536. OLE color: 3751536.

HSL color Cylindrical-coordinate representation of color #703E39: hue angle of 5.45º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #703E39 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB1126257-
CMYK00.450.490.56
HSL5.45º32.54%33.14%-
HSV(B)5.45º49.11%43.92%-
XYZ9.147.194.78-
YUV76.38117.06153.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 62 (24.61% from 255) = 26.84%
BLUE value IS 57 (22.66% from 255) = 24.68%
R=48.48%
G=26.84%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112625700.450.490.565.4532.5433.14
Hex703E3902D313852121
Octal1607671055617054141
Binary11100001111101110010101101110001111000101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,62,57); }

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

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

 a { background-color: rgb(112,62,57); }

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

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

 span { border-color: rgb(112,62,57); }

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