#704236

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

Shades of Metallic Copper #704236

Tints of Metallic Copper #704236

Color information

#704236 (or 0x704236) is unknown color: approx Metallic Copper. HEX triplet: 70, 42 and 36. RGB value is (112,66,54). Sum of RGB (Red+Green+Blue) = 112+66+54=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #704236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704236 is #8FBDC9. Grayscale: #4E4E4E. Windows color (decimal): -9420234 or 3555952. OLE color: 3555952.

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

Color convert

RGB1126654-
CMYK00.410.520.56
HSL12.41º34.94%32.55%-
HSV(B)12.41º51.79%43.92%-
XYZ9.37.614.47-
YUV78.39114.24151.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 66 (26.17% from 255) = 28.45%
BLUE value IS 54 (21.48% from 255) = 23.28%
R=48.28%
G=28.45%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112665400.410.520.5612.4134.9432.55
Hex7042360293438c2321
Octal160102660516470144341
Binary1110000100001011011001010011101001110001100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704236; }

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

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

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

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

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

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

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

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