#704B35

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

Shades of Old Copper #704B35

Tints of Old Copper #704B35

Color information

#704B35 (or 0x704B35) is unknown color: approx Old Copper. HEX triplet: 70, 4B and 35. RGB value is (112,75,53). Sum of RGB (Red+Green+Blue) = 112+75+53=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #704B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B35 is #8FB4CA. Grayscale: #535353. Windows color (decimal): -9417931 or 3492720. OLE color: 3492720.

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

Color convert

RGB1127553-
CMYK00.330.530.56
HSL22.37º35.76%32.35%-
HSV(B)22.37º52.68%43.92%-
XYZ9.848.734.54-
YUV83.56110.76148.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.67%
GREEN value IS 75 (29.69% from 255) = 31.25%
BLUE value IS 53 (21.09% from 255) = 22.08%
R=46.67%
G=31.25%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112755300.330.530.5622.3735.7632.35
Hex704B350213538162420
Octal160113650416570264440
Binary11100001001011110101010000111010111100010110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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