#703F34

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

Shades of Metallic Copper #703F34

Tints of Metallic Copper #703F34

Color information

#703F34 (or 0x703F34) is unknown color: approx Metallic Copper. HEX triplet: 70, 3F and 34. RGB value is (112,63,52). Sum of RGB (Red+Green+Blue) = 112+63+52=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #703F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F34 is #8FC0CB. Grayscale: #4C4C4C. Windows color (decimal): -9421004 or 3424112. OLE color: 3424112.

HSL color Cylindrical-coordinate representation of color #703F34: hue angle of 11º 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 #703F34 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB1126352-
CMYK00.440.540.56
HSL11º36.59%32.16%-
HSV(B)11º53.57%43.92%-
XYZ9.087.254.17-
YUV76.4114.23153.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.34%
GREEN value IS 63 (25% from 255) = 27.75%
BLUE value IS 52 (20.70% from 255) = 22.91%
R=49.34%
G=27.75%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112635200.440.540.561136.5932.16
Hex703F3402C3638b2520
Octal16077640546670134540
Binary111000011111111010001011001101101110001011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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