#703D2E

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

Shades of Metallic Copper #703D2E

Tints of Metallic Copper #703D2E

Color information

#703D2E (or 0x703D2E) is unknown color: approx Metallic Copper. HEX triplet: 70, 3D and 2E. RGB value is (112,61,46). Sum of RGB (Red+Green+Blue) = 112+61+46=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #703D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D2E is #8FC2D1. Grayscale: #4A4A4A. Windows color (decimal): -9421522 or 3030384. OLE color: 3030384.

HSL color Cylindrical-coordinate representation of color #703D2E: hue angle of 13.64º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #703D2E is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1126146-
CMYK00.460.590.56
HSL13.64º41.77%30.98%-
HSV(B)13.64º58.93%43.92%-
XYZ8.846.983.47-
YUV74.54111.9154.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.14%
GREEN value IS 61 (24.22% from 255) = 27.85%
BLUE value IS 46 (18.36% from 255) = 21.00%
R=51.14%
G=27.85%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112614600.460.590.5613.6441.7730.98
Hex703D2E02E3B38e2a1f
Octal16075560567370165237
Binary11100001111011011100101110111011111000111010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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