#70503C

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

Shades of Old Copper #70503C

Tints of Old Copper #70503C

Color information

#70503C (or 0x70503C) is unknown color: approx Old Copper. HEX triplet: 70, 50 and 3C. RGB value is (112,80,60). Sum of RGB (Red+Green+Blue) = 112+80+60=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #70503C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70503C is #8FAFC3. Grayscale: #575757. Windows color (decimal): -9416644 or 3952752. OLE color: 3952752.

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

Color convert

RGB1128060-
CMYK00.290.460.56
HSL23.08º30.23%33.73%-
HSV(B)23.08º46.43%43.92%-
XYZ10.379.515.56-
YUV87.29112.6145.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 80 (31.64% from 255) = 31.75%
BLUE value IS 60 (23.83% from 255) = 23.81%
R=44.44%
G=31.75%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112806000.290.460.5623.0830.2333.73
Hex70503C01D2E38171e22
Octal160120740355670273642
Binary111000010100001111000111011011101110001011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70503C; }

 p { color: rgb(112,80,60); }

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

<style>
 a { background-color: #70503C; }

 a { background-color: rgb(112,80,60); }

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

<style>
 span { border-color: #70503C; }

 span { border-color: rgb(112,80,60); }

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