#704135

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

Shades of Metallic Copper #704135

Tints of Metallic Copper #704135

Color information

#704135 (or 0x704135) is unknown color: approx Metallic Copper. HEX triplet: 70, 41 and 35. RGB value is (112,65,53). Sum of RGB (Red+Green+Blue) = 112+65+53=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #704135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704135 is #8FBECA. Grayscale: #4D4D4D. Windows color (decimal): -9420491 or 3490160. OLE color: 3490160.

HSL color Cylindrical-coordinate representation of color #704135: hue angle of 12.2º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #704135 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB1126553-
CMYK00.420.530.56
HSL12.2º35.76%32.35%-
HSV(B)12.2º52.68%43.92%-
XYZ9.217.484.33-
YUV77.68114.07152.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 65 (25.78% from 255) = 28.26%
BLUE value IS 53 (21.09% from 255) = 23.04%
R=48.70%
G=28.26%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112655300.420.530.5612.235.7632.35
Hex70413502A3538c2420
Octal160101650526570144440
Binary1110000100000111010101010101101011110001100100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704135; }

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

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

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

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

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

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

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

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