#70543F

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

Shades of Old Copper #70543F

Tints of Old Copper #70543F

Color information

#70543F (or 0x70543F) is unknown color: approx Old Copper. HEX triplet: 70, 54 and 3F. RGB value is (112,84,63). Sum of RGB (Red+Green+Blue) = 112+84+63=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #70543F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70543F is #8FABC0. Grayscale: #5A5A5A. Windows color (decimal): -9415617 or 4150384. OLE color: 4150384.

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

Color convert

RGB1128463-
CMYK00.250.440.56
HSL25.71º28%34.31%-
HSV(B)25.71º43.75%43.92%-
XYZ10.7510.146.09-
YUV89.98112.78143.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 84 (33.20% from 255) = 32.43%
BLUE value IS 63 (25% from 255) = 24.32%
R=43.24%
G=32.43%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112846300.250.440.5625.712834.31
Hex70543F0192C381a1c22
Octal160124770315470323442
Binary111000010101001111110110011011001110001101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70543F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70543F; }

 p { color: rgb(112,84,63); }

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

<style>
 a { background-color: #70543F; }

 a { background-color: rgb(112,84,63); }

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

<style>
 span { border-color: #70543F; }

 span { border-color: rgb(112,84,63); }

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