#704E35

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

Shades of Old Copper #704E35

Tints of Old Copper #704E35

Color information

#704E35 (or 0x704E35) is unknown color: approx Old Copper. HEX triplet: 70, 4E and 35. RGB value is (112,78,53). Sum of RGB (Red+Green+Blue) = 112+78+53=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #704E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E35 is #8FB1CA. Grayscale: #555555. Windows color (decimal): -9417163 or 3493488. OLE color: 3493488.

HSL color Cylindrical-coordinate representation of color #704E35: hue angle of 25.42º 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 #704E35 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB1127853-
CMYK00.300.530.56
HSL25.42º35.76%32.35%-
HSV(B)25.42º52.68%43.92%-
XYZ10.059.154.6-
YUV85.32109.76147.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.09%
GREEN value IS 78 (30.86% from 255) = 32.10%
BLUE value IS 53 (21.09% from 255) = 21.81%
R=46.09%
G=32.10%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112785300.300.530.5625.4235.7632.35
Hex704E3501E3538192420
Octal160116650366570314440
Binary1110000100111011010101111011010111100011001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704E35; }

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

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

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

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

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

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

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

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