#704C39

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

Shades of Old Copper #704C39

Tints of Old Copper #704C39

Color information

#704C39 (or 0x704C39) is unknown color: approx Old Copper. HEX triplet: 70, 4C and 39. RGB value is (112,76,57). Sum of RGB (Red+Green+Blue) = 112+76+57=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #704C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C39 is #8FB3C6. Grayscale: #545454. Windows color (decimal): -9417671 or 3755120. OLE color: 3755120.

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

Color convert

RGB1127657-
CMYK00.320.490.56
HSL20.73º32.54%33.14%-
HSV(B)20.73º49.11%43.92%-
XYZ10.018.915.06-
YUV84.6112.43147.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 76 (30.08% from 255) = 31.02%
BLUE value IS 57 (22.66% from 255) = 23.27%
R=45.71%
G=31.02%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112765700.320.490.5620.7332.5433.14
Hex704C390203138152121
Octal160114710406170254141
Binary11100001001100111001010000011000111100010101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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