#703D39

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

Shades of Metallic Copper #703D39

Tints of Metallic Copper #703D39

Color information

#703D39 (or 0x703D39) is unknown color: approx Metallic Copper. HEX triplet: 70, 3D and 39. RGB value is (112,61,57). Sum of RGB (Red+Green+Blue) = 112+61+57=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 57 (22.66% from 255 or 24.78% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #703D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D39 is #8FC2C6. Grayscale: #4B4B4B. Windows color (decimal): -9421511 or 3751280. OLE color: 3751280.

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

Color convert

RGB1126157-
CMYK00.460.490.56
HSL4.36º32.54%33.14%-
HSV(B)4.36º49.11%43.92%-
XYZ9.097.084.76-
YUV75.79117.4153.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 61 (24.22% from 255) = 26.52%
BLUE value IS 57 (22.66% from 255) = 24.78%
R=48.70%
G=26.52%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112615700.460.490.564.3632.5433.14
Hex703D3902E313842121
Octal1607571056617044141
Binary11100001111011110010101110110001111000100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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