#704F38

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

Shades of Old Copper #704F38

Tints of Old Copper #704F38

Color information

#704F38 (or 0x704F38) is unknown color: approx Old Copper. HEX triplet: 70, 4F and 38. RGB value is (112,79,56). Sum of RGB (Red+Green+Blue) = 112+79+56=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #704F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F38 is #8FB0C7. Grayscale: #565656. Windows color (decimal): -9416904 or 3690352. OLE color: 3690352.

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

Color convert

RGB1127956-
CMYK00.290.500.56
HSL24.64º33.33%32.94%-
HSV(B)24.64º50%43.92%-
XYZ10.199.325-
YUV86.24110.93146.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 79 (31.25% from 255) = 31.98%
BLUE value IS 56 (22.27% from 255) = 22.67%
R=45.34%
G=31.98%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112795600.290.500.5624.6433.3332.94
Hex704F3801D3238192121
Octal160117700356270314141
Binary1110000100111111100001110111001011100011001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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