#704136

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

Shades of Metallic Copper #704136

Tints of Metallic Copper #704136

Color information

#704136 (or 0x704136) is unknown color: approx Metallic Copper. HEX triplet: 70, 41 and 36. RGB value is (112,65,54). Sum of RGB (Red+Green+Blue) = 112+65+54=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #704136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704136 is #8FBEC9. Grayscale: #4D4D4D. Windows color (decimal): -9420490 or 3555696. OLE color: 3555696.

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

Color convert

RGB1126554-
CMYK00.420.520.56
HSL11.38º34.94%32.55%-
HSV(B)11.38º51.79%43.92%-
XYZ9.247.494.45-
YUV77.8114.57152.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 65 (25.78% from 255) = 28.14%
BLUE value IS 54 (21.48% from 255) = 23.38%
R=48.48%
G=28.14%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112655400.420.520.5611.3834.9432.55
Hex70413602A3438b2321
Octal160101660526470134341
Binary1110000100000111011001010101101001110001011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704136; }

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

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

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

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

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

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

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

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