#705339

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

Shades of Old Copper #705339

Tints of Old Copper #705339

Color information

#705339 (or 0x705339) is unknown color: approx Old Copper. HEX triplet: 70, 53 and 39. RGB value is (112,83,57). Sum of RGB (Red+Green+Blue) = 112+83+57=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #705339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705339 is #8FACC6. Grayscale: #585858. Windows color (decimal): -9415879 or 3756912. OLE color: 3756912.

HSL color Cylindrical-coordinate representation of color #705339: hue angle of 28.36º 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 #705339 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB1128357-
CMYK00.260.490.56
HSL28.36º32.54%33.14%-
HSV(B)28.36º49.11%43.92%-
XYZ10.519.935.23-
YUV88.71110.11144.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 83 (32.81% from 255) = 32.94%
BLUE value IS 57 (22.66% from 255) = 22.62%
R=44.44%
G=32.94%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112835700.260.490.5628.3632.5433.14
Hex70533901A31381c2121
Octal160123710326170344141
Binary1110000101001111100101101011000111100011100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705339; }

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

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

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

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

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

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

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

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