#704139

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

Shades of Metallic Copper #704139

Tints of Metallic Copper #704139

Color information

#704139 (or 0x704139) is unknown color: approx Metallic Copper. HEX triplet: 70, 41 and 39. RGB value is (112,65,57). Sum of RGB (Red+Green+Blue) = 112+65+57=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #704139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704139 is #8FBEC6. Grayscale: #4E4E4E. Windows color (decimal): -9420487 or 3752304. OLE color: 3752304.

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

Color convert

RGB1126557-
CMYK00.420.490.56
HSL8.73º32.54%33.14%-
HSV(B)8.73º49.11%43.92%-
XYZ9.317.524.83-
YUV78.14116.07152.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 57 (22.66% from 255) = 24.36%
R=47.86%
G=27.78%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112655700.420.490.568.7332.5433.14
Hex70413902A313892121
Octal160101710526170114141
Binary1110000100000111100101010101100011110001001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704139; }

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

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

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

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

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

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

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

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