#704C36

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

Shades of Old Copper #704C36

Tints of Old Copper #704C36

Color information

#704C36 (or 0x704C36) is unknown color: approx Old Copper. HEX triplet: 70, 4C and 36. RGB value is (112,76,54). Sum of RGB (Red+Green+Blue) = 112+76+54=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #704C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C36 is #8FB3C9. Grayscale: #545454. Windows color (decimal): -9417674 or 3558512. OLE color: 3558512.

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

Color convert

RGB1127654-
CMYK00.320.520.56
HSL22.76º34.94%32.55%-
HSV(B)22.76º51.79%43.92%-
XYZ9.938.884.68-
YUV84.26110.93147.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 76 (30.08% from 255) = 31.40%
BLUE value IS 54 (21.48% from 255) = 22.31%
R=46.28%
G=31.40%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112765400.320.520.5622.7634.9432.55
Hex704C360203438172321
Octal160114660406470274341
Binary11100001001100110110010000011010011100010111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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