#703E34

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

Shades of Metallic Copper #703E34

Tints of Metallic Copper #703E34

Color information

#703E34 (or 0x703E34) is unknown color: approx Metallic Copper. HEX triplet: 70, 3E and 34. RGB value is (112,62,52). Sum of RGB (Red+Green+Blue) = 112+62+52=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #703E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E34 is #8FC1CB. Grayscale: #4B4B4B. Windows color (decimal): -9421260 or 3423856. OLE color: 3423856.

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

Color convert

RGB1126252-
CMYK00.450.540.56
HSL10º36.59%32.16%-
HSV(B)10º53.57%43.92%-
XYZ9.027.144.15-
YUV75.81114.56153.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.56%
GREEN value IS 62 (24.61% from 255) = 27.43%
BLUE value IS 52 (20.70% from 255) = 23.01%
R=49.56%
G=27.43%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112625200.450.540.561036.5932.16
Hex703E3402D3638a2520
Octal16076640556670124540
Binary111000011111011010001011011101101110001010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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