#704F36

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

Shades of Old Copper #704F36

Tints of Old Copper #704F36

Color information

#704F36 (or 0x704F36) is unknown color: approx Old Copper. HEX triplet: 70, 4F and 36. RGB value is (112,79,54). Sum of RGB (Red+Green+Blue) = 112+79+54=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #704F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F36 is #8FB0C9. Grayscale: #565656. Windows color (decimal): -9416906 or 3559280. OLE color: 3559280.

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

Color convert

RGB1127954-
CMYK00.290.520.56
HSL25.86º34.94%32.55%-
HSV(B)25.86º51.79%43.92%-
XYZ10.149.34.75-
YUV86.02109.93146.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 79 (31.25% from 255) = 32.24%
BLUE value IS 54 (21.48% from 255) = 22.04%
R=45.71%
G=32.24%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112795400.290.520.5625.8634.9432.55
Hex704F3601D34381a2321
Octal160117660356470324341
Binary1110000100111111011001110111010011100011010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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