#704438

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

Shades of Metallic Copper #704438

Tints of Metallic Copper #704438

Color information

#704438 (or 0x704438) is unknown color: approx Metallic Copper. HEX triplet: 70, 44 and 38. RGB value is (112,68,56). Sum of RGB (Red+Green+Blue) = 112+68+56=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #704438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704438 is #8FBBC7. Grayscale: #4F4F4F. Windows color (decimal): -9419720 or 3687536. OLE color: 3687536.

HSL color Cylindrical-coordinate representation of color #704438: hue angle of 12.86º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #704438 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1126856-
CMYK00.390.500.56
HSL12.86º33.33%32.94%-
HSV(B)12.86º50%43.92%-
XYZ9.467.864.76-
YUV79.79114.58150.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.46%
GREEN value IS 68 (26.95% from 255) = 28.81%
BLUE value IS 56 (22.27% from 255) = 23.73%
R=47.46%
G=28.81%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112685600.390.500.5612.8633.3332.94
Hex7044380273238d2121
Octal160104700476270154141
Binary1110000100010011100001001111100101110001101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704438; }

 p { color: rgb(112,68,56); }

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

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

 a { background-color: rgb(112,68,56); }

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

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

 span { border-color: rgb(112,68,56); }

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