#704238

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

Shades of Metallic Copper #704238

Tints of Metallic Copper #704238

Color information

#704238 (or 0x704238) is unknown color: approx Metallic Copper. HEX triplet: 70, 42 and 38. RGB value is (112,66,56). Sum of RGB (Red+Green+Blue) = 112+66+56=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #704238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704238 is #8FBDC7. Grayscale: #4E4E4E. Windows color (decimal): -9420232 or 3687024. OLE color: 3687024.

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

Color convert

RGB1126656-
CMYK00.410.500.56
HSL10.71º33.33%32.94%-
HSV(B)10.71º50%43.92%-
XYZ9.347.634.72-
YUV78.61115.24151.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 66 (26.17% from 255) = 28.21%
BLUE value IS 56 (22.27% from 255) = 23.93%
R=47.86%
G=28.21%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112665600.410.500.5610.7133.3332.94
Hex7042380293238b2121
Octal160102700516270134141
Binary1110000100001011100001010011100101110001011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704238; }

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

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

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

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

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

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

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

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