#703F39

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

Shades of Metallic Copper #703F39

Tints of Metallic Copper #703F39

Color information

#703F39 (or 0x703F39) is unknown color: approx Metallic Copper. HEX triplet: 70, 3F and 39. RGB value is (112,63,57). Sum of RGB (Red+Green+Blue) = 112+63+57=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #703F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F39 is #8FC0C6. Grayscale: #4D4D4D. Windows color (decimal): -9420999 or 3751792. OLE color: 3751792.

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

Color convert

RGB1126357-
CMYK00.440.490.56
HSL6.55º32.54%33.14%-
HSV(B)6.55º49.11%43.92%-
XYZ9.27.34.79-
YUV76.97116.73152.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 63 (25% from 255) = 27.16%
BLUE value IS 57 (22.66% from 255) = 24.57%
R=48.28%
G=27.16%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112635700.440.490.566.5532.5433.14
Hex703F3902C313872121
Octal1607771054617074141
Binary11100001111111110010101100110001111000111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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