#705035

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

Shades of Old Copper #705035

Tints of Old Copper #705035

Color information

#705035 (or 0x705035) is unknown color: approx Old Copper. HEX triplet: 70, 50 and 35. RGB value is (112,80,53). Sum of RGB (Red+Green+Blue) = 112+80+53=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #705035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705035 is #8FAFCA. Grayscale: #565656. Windows color (decimal): -9416651 or 3494000. OLE color: 3494000.

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

Color convert

RGB1128053-
CMYK00.290.530.56
HSL27.46º35.76%32.35%-
HSV(B)27.46º52.68%43.92%-
XYZ10.199.444.65-
YUV86.49109.1146.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 53 (21.09% from 255) = 21.63%
R=45.71%
G=32.65%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112805300.290.530.5627.4635.7632.35
Hex70503501D35381b2420
Octal160120650356570334440
Binary1110000101000011010101110111010111100011011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705035; }

 p { color: rgb(112,80,53); }

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

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

 a { background-color: rgb(112,80,53); }

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

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

 span { border-color: rgb(112,80,53); }

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