#70523E

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

Shades of Old Copper #70523E

Tints of Old Copper #70523E

Color information

#70523E (or 0x70523E) is unknown color: approx Old Copper. HEX triplet: 70, 52 and 3E. RGB value is (112,82,62). Sum of RGB (Red+Green+Blue) = 112+82+62=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70523E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70523E is #8FADC1. Grayscale: #585858. Windows color (decimal): -9416130 or 4084336. OLE color: 4084336.

HSL color Cylindrical-coordinate representation of color #70523E: hue angle of 24º 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 #70523E is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB1128262-
CMYK00.270.450.56
HSL24º28.74%34.12%-
HSV(B)24º44.64%43.92%-
XYZ10.579.835.9-
YUV88.69112.94144.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.75%
GREEN value IS 82 (32.42% from 255) = 32.03%
BLUE value IS 62 (24.61% from 255) = 24.22%
R=43.75%
G=32.03%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112826200.270.450.562428.7434.12
Hex70523E01B2D38181d22
Octal160122760335570303542
Binary111000010100101111100110111011011110001100011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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