#704D35

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

Shades of Old Copper #704D35

Tints of Old Copper #704D35

Color information

#704D35 (or 0x704D35) is unknown color: approx Old Copper. HEX triplet: 70, 4D and 35. RGB value is (112,77,53). Sum of RGB (Red+Green+Blue) = 112+77+53=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #704D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D35 is #8FB2CA. Grayscale: #545454. Windows color (decimal): -9417419 or 3493232. OLE color: 3493232.

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

Color convert

RGB1127753-
CMYK00.310.530.56
HSL24.41º35.76%32.35%-
HSV(B)24.41º52.68%43.92%-
XYZ9.989.014.58-
YUV84.73110.1147.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 77 (30.47% from 255) = 31.82%
BLUE value IS 53 (21.09% from 255) = 21.90%
R=46.28%
G=31.82%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112775300.310.530.5624.4135.7632.35
Hex704D3501F3538182420
Octal160115650376570304440
Binary1110000100110111010101111111010111100011000100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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