#704F32

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

Shades of Old Copper #704F32

Tints of Old Copper #704F32

Color information

#704F32 (or 0x704F32) is unknown color: approx Old Copper. HEX triplet: 70, 4F and 32. RGB value is (112,79,50). Sum of RGB (Red+Green+Blue) = 112+79+50=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #704F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F32 is #8FB0CD. Grayscale: #555555. Windows color (decimal): -9416910 or 3297136. OLE color: 3297136.

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

Color convert

RGB1127950-
CMYK00.290.550.56
HSL28.06º38.27%31.76%-
HSV(B)28.06º55.36%43.92%-
XYZ10.059.274.28-
YUV85.56107.93146.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.47%
GREEN value IS 79 (31.25% from 255) = 32.78%
BLUE value IS 50 (19.92% from 255) = 20.75%
R=46.47%
G=32.78%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112795000.290.550.5628.0638.2731.76
Hex704F3201D37381c2620
Octal160117620356770344640
Binary1110000100111111001001110111011111100011100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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