#705138

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

Shades of Old Copper #705138

Tints of Old Copper #705138

Color information

#705138 (or 0x705138) is unknown color: approx Old Copper. HEX triplet: 70, 51 and 38. RGB value is (112,81,56). Sum of RGB (Red+Green+Blue) = 112+81+56=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #705138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705138 is #8FAEC7. Grayscale: #575757. Windows color (decimal): -9416392 or 3690864. OLE color: 3690864.

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

Color convert

RGB1128156-
CMYK00.280.500.56
HSL26.79º33.33%32.94%-
HSV(B)26.79º50%43.92%-
XYZ10.349.625.05-
YUV87.42110.27145.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 81 (32.03% from 255) = 32.53%
BLUE value IS 56 (22.27% from 255) = 22.49%
R=44.98%
G=32.53%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112815600.280.500.5626.7933.3332.94
Hex70513801C32381b2121
Octal160121700346270334141
Binary1110000101000111100001110011001011100011011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705138; }

 p { color: rgb(112,81,56); }

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

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

 a { background-color: rgb(112,81,56); }

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

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

 span { border-color: rgb(112,81,56); }

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