#703E3A

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

Shades of Metallic Copper #703E3A

Tints of Metallic Copper #703E3A

Color information

#703E3A (or 0x703E3A) is unknown color: approx Metallic Copper. HEX triplet: 70, 3E and 3A. RGB value is (112,62,58). Sum of RGB (Red+Green+Blue) = 112+62+58=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #703E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E3A is #8FC1C5. Grayscale: #4C4C4C. Windows color (decimal): -9421254 or 3817072. OLE color: 3817072.

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

Color convert

RGB1126258-
CMYK00.450.480.56
HSL4.44º31.76%33.33%-
HSV(B)4.44º48.21%43.92%-
XYZ9.177.24.91-
YUV76.49117.56153.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 62 (24.61% from 255) = 26.72%
BLUE value IS 58 (23.05% from 255) = 25%
R=48.28%
G=26.72%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112625800.450.480.564.4431.7633.33
Hex703E3A02D303842021
Octal1607672055607044041
Binary11100001111101110100101101110000111000100100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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