#70533D

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

Shades of Old Copper #70533D

Tints of Old Copper #70533D

Color information

#70533D (or 0x70533D) is unknown color: approx Old Copper. HEX triplet: 70, 53 and 3D. RGB value is (112,83,61). Sum of RGB (Red+Green+Blue) = 112+83+61=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70533D is #8FACC2. Grayscale: #595959. Windows color (decimal): -9415875 or 4019056. OLE color: 4019056.

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

Color convert

RGB1128361-
CMYK00.260.460.56
HSL25.88º29.48%33.92%-
HSV(B)25.88º45.54%43.92%-
XYZ10.629.975.78-
YUV89.16112.11144.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.75%
GREEN value IS 83 (32.81% from 255) = 32.42%
BLUE value IS 61 (24.22% from 255) = 23.83%
R=43.75%
G=32.42%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112836100.260.460.5625.8829.4833.92
Hex70533D01A2E381a1d22
Octal160123750325670323542
Binary111000010100111111010110101011101110001101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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