#704C35

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

Shades of Old Copper #704C35

Tints of Old Copper #704C35

Color information

#704C35 (or 0x704C35) is unknown color: approx Old Copper. HEX triplet: 70, 4C and 35. RGB value is (112,76,53). Sum of RGB (Red+Green+Blue) = 112+76+53=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #704C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C35 is #8FB3CA. Grayscale: #545454. Windows color (decimal): -9417675 or 3492976. OLE color: 3492976.

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

Color convert

RGB1127653-
CMYK00.320.530.56
HSL23.39º35.76%32.35%-
HSV(B)23.39º52.68%43.92%-
XYZ9.918.874.56-
YUV84.14110.43147.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.47%
GREEN value IS 76 (30.08% from 255) = 31.54%
BLUE value IS 53 (21.09% from 255) = 21.99%
R=46.47%
G=31.54%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112765300.320.530.5623.3935.7632.35
Hex704C350203538172420
Octal160114650406570274440
Binary11100001001100110101010000011010111100010111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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