#70513D

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

Shades of Old Copper #70513D

Tints of Old Copper #70513D

Color information

#70513D (or 0x70513D) is unknown color: approx Old Copper. HEX triplet: 70, 51 and 3D. RGB value is (112,81,61). Sum of RGB (Red+Green+Blue) = 112+81+61=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #70513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70513D is #8FAEC2. Grayscale: #585858. Windows color (decimal): -9416387 or 4018544. OLE color: 4018544.

HSL color Cylindrical-coordinate representation of color #70513D: hue angle of 23.53º degrees, saturation: 0.29, 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 #70513D is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1128161-
CMYK00.280.460.56
HSL23.53º29.48%33.92%-
HSV(B)23.53º45.54%43.92%-
XYZ10.479.675.73-
YUV87.99112.77145.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.09%
GREEN value IS 81 (32.03% from 255) = 31.89%
BLUE value IS 61 (24.22% from 255) = 24.02%
R=44.09%
G=31.89%
B=24.02%

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
Decimal112816100.280.460.5623.5329.4833.92
Hex70513D01C2E38181d22
Octal160121750345670303542
Binary111000010100011111010111001011101110001100011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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