#703E20

Color #703E20 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #703E20

Tints of Peru Tan #703E20

Color information

#703E20 (or 0x703E20) is unknown color: approx Peru Tan. HEX triplet: 70, 3E and 20. RGB value is (112,62,32). Sum of RGB (Red+Green+Blue) = 112+62+32=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #703E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E20 is #8FC1DF. Grayscale: #494949. Windows color (decimal): -9421280 or 2113136. OLE color: 2113136.

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

Color convert

RGB1126232-
CMYK00.450.710.56
HSL22.5º55.56%28.24%-
HSV(B)22.5º71.43%43.92%-
XYZ8.676.992.26-
YUV73.53104.56155.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.37%
GREEN value IS 62 (24.61% from 255) = 30.10%
BLUE value IS 32 (12.89% from 255) = 15.53%
R=54.37%
G=30.10%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112623200.450.710.5622.555.5628.24
Hex703E2002D473816381c
Octal160764005510770267034
Binary1110000111110100000010110110001111110001011011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703E20; }

 p { color: rgb(112,62,32); }

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

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

 a { background-color: rgb(112,62,32); }

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

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

 span { border-color: rgb(112,62,32); }

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