#703E38

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

Shades of Metallic Copper #703E38

Tints of Metallic Copper #703E38

Color information

#703E38 (or 0x703E38) is unknown color: approx Metallic Copper. HEX triplet: 70, 3E and 38. RGB value is (112,62,56). Sum of RGB (Red+Green+Blue) = 112+62+56=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #703E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E38 is #8FC1C7. Grayscale: #4C4C4C. Windows color (decimal): -9421256 or 3686000. OLE color: 3686000.

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

Color convert

RGB1126256-
CMYK00.450.500.56
HSL6.43º33.33%32.94%-
HSV(B)6.43º50%43.92%-
XYZ9.127.184.65-
YUV76.27116.56153.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 62 (24.61% from 255) = 26.96%
BLUE value IS 56 (22.27% from 255) = 24.35%
R=48.70%
G=26.96%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112625600.450.500.566.4333.3332.94
Hex703E3802D323862121
Octal1607670055627064141
Binary11100001111101110000101101110010111000110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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