#70503A

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

Shades of Old Copper #70503A

Tints of Old Copper #70503A

Color information

#70503A (or 0x70503A) is unknown color: approx Old Copper. HEX triplet: 70, 50 and 3A. RGB value is (112,80,58). Sum of RGB (Red+Green+Blue) = 112+80+58=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #70503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70503A is #8FAFC5. Grayscale: #575757. Windows color (decimal): -9416646 or 3821680. OLE color: 3821680.

HSL color Cylindrical-coordinate representation of color #70503A: hue angle of 24.44º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70503A is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB1128058-
CMYK00.290.480.56
HSL24.44º31.76%33.33%-
HSV(B)24.44º48.21%43.92%-
XYZ10.319.495.29-
YUV87.06111.6145.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.8%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 58 (23.05% from 255) = 23.2%
R=44.8%
G=32%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112805800.290.480.5624.4431.7633.33
Hex70503A01D3038182021
Octal160120720356070304041
Binary1110000101000011101001110111000011100011000100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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