#705237

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

Shades of Old Copper #705237

Tints of Old Copper #705237

Color information

#705237 (or 0x705237) is unknown color: approx Old Copper. HEX triplet: 70, 52 and 37. RGB value is (112,82,55). Sum of RGB (Red+Green+Blue) = 112+82+55=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #705237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705237 is #8FADC8. Grayscale: #585858. Windows color (decimal): -9416137 or 3625584. OLE color: 3625584.

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

Color convert

RGB1128255-
CMYK00.270.510.56
HSL28.42º34.13%32.75%-
HSV(B)28.42º50.89%43.92%-
XYZ10.399.764.95-
YUV87.89109.44145.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 82 (32.42% from 255) = 32.93%
BLUE value IS 55 (21.88% from 255) = 22.09%
R=44.98%
G=32.93%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112825500.270.510.5628.4234.1332.75
Hex70523701B33381c2221
Octal160122670336370344241
Binary1110000101001011011101101111001111100011100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705237; }

 p { color: rgb(112,82,55); }

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

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

 a { background-color: rgb(112,82,55); }

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

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

 span { border-color: rgb(112,82,55); }

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