#70513E

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

Shades of Old Copper #70513E

Tints of Old Copper #70513E

Color information

#70513E (or 0x70513E) is unknown color: approx Old Copper. HEX triplet: 70, 51 and 3E. RGB value is (112,81,62). Sum of RGB (Red+Green+Blue) = 112+81+62=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70513E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70513E is #8FAEC1. Grayscale: #585858. Windows color (decimal): -9416386 or 4084080. OLE color: 4084080.

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

Color convert

RGB1128162-
CMYK00.280.450.56
HSL22.8º28.74%34.12%-
HSV(B)22.8º44.64%43.92%-
XYZ10.499.685.87-
YUV88.1113.27145.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 81 (32.03% from 255) = 31.76%
BLUE value IS 62 (24.61% from 255) = 24.31%
R=43.92%
G=31.76%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112816200.280.450.5622.828.7434.12
Hex70513E01C2D38171d22
Octal160121760345570273542
Binary111000010100011111100111001011011110001011111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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