#703F3A

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

Shades of Metallic Copper #703F3A

Tints of Metallic Copper #703F3A

Color information

#703F3A (or 0x703F3A) is unknown color: approx Metallic Copper. HEX triplet: 70, 3F and 3A. RGB value is (112,63,58). Sum of RGB (Red+Green+Blue) = 112+63+58=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #703F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F3A is #8FC0C5. Grayscale: #4D4D4D. Windows color (decimal): -9420998 or 3817328. OLE color: 3817328.

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

Color convert

RGB1126358-
CMYK00.440.480.56
HSL5.56º31.76%33.33%-
HSV(B)5.56º48.21%43.92%-
XYZ9.227.314.93-
YUV77.08117.23152.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.07%
GREEN value IS 63 (25% from 255) = 27.04%
BLUE value IS 58 (23.05% from 255) = 24.89%
R=48.07%
G=27.04%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112635800.440.480.565.5631.7633.33
Hex703F3A02C303862021
Octal1607772054607064041
Binary11100001111111110100101100110000111000110100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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