#70523D

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

Shades of Old Copper #70523D

Tints of Old Copper #70523D

Color information

#70523D (or 0x70523D) is unknown color: approx Old Copper. HEX triplet: 70, 52 and 3D. RGB value is (112,82,61). Sum of RGB (Red+Green+Blue) = 112+82+61=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70523D is #8FADC2. Grayscale: #585858. Windows color (decimal): -9416131 or 4018800. OLE color: 4018800.

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

Color convert

RGB1128261-
CMYK00.270.460.56
HSL24.71º29.48%33.92%-
HSV(B)24.71º45.54%43.92%-
XYZ10.549.825.75-
YUV88.58112.44144.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 61 (24.22% from 255) = 23.92%
R=43.92%
G=32.16%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112826100.270.460.5624.7129.4833.92
Hex70523D01B2E38191d22
Octal160122750335670313542
Binary111000010100101111010110111011101110001100111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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