#703E30

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

Shades of Metallic Copper #703E30

Tints of Metallic Copper #703E30

Color information

#703E30 (or 0x703E30) is unknown color: approx Metallic Copper. HEX triplet: 70, 3E and 30. RGB value is (112,62,48). Sum of RGB (Red+Green+Blue) = 112+62+48=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #703E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E30 is #8FC1CF. Grayscale: #4B4B4B. Windows color (decimal): -9421264 or 3161712. OLE color: 3161712.

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

Color convert

RGB1126248-
CMYK00.450.570.56
HSL13.12º40%31.37%-
HSV(B)13.12º57.14%43.92%-
XYZ8.947.13.7-
YUV75.35112.56154.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.45%
GREEN value IS 62 (24.61% from 255) = 27.93%
BLUE value IS 48 (19.14% from 255) = 21.62%
R=50.45%
G=27.93%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112624800.450.570.5613.124031.37
Hex703E3002D3938d281f
Octal16076600557170155037
Binary11100001111101100000101101111001111000110110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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