#70513C

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

Shades of Old Copper #70513C

Tints of Old Copper #70513C

Color information

#70513C (or 0x70513C) is unknown color: approx Old Copper. HEX triplet: 70, 51 and 3C. RGB value is (112,81,60). Sum of RGB (Red+Green+Blue) = 112+81+60=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #70513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70513C is #8FAEC3. Grayscale: #575757. Windows color (decimal): -9416388 or 3953008. OLE color: 3953008.

HSL color Cylindrical-coordinate representation of color #70513C: hue angle of 24.23º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70513C is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1128160-
CMYK00.280.460.56
HSL24.23º30.23%33.73%-
HSV(B)24.23º46.43%43.92%-
XYZ10.449.665.59-
YUV87.88112.27145.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 81 (32.03% from 255) = 32.02%
BLUE value IS 60 (23.83% from 255) = 23.72%
R=44.27%
G=32.02%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112816000.280.460.5624.2330.2333.73
Hex70513C01C2E38181e22
Octal160121740345670303642
Binary111000010100011111000111001011101110001100011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70513C; }

 p { color: rgb(112,81,60); }

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

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

 a { background-color: rgb(112,81,60); }

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

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

 span { border-color: rgb(112,81,60); }

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