#703F19

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

Shades of Peru Tan #703F19

Tints of Peru Tan #703F19

Color information

#703F19 (or 0x703F19) is unknown color: approx Peru Tan. HEX triplet: 70, 3F and 19. RGB value is (112,63,25). Sum of RGB (Red+Green+Blue) = 112+63+25=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #703F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703F19 is #8FC0E6. Grayscale: #494949. Windows color (decimal): -9421031 or 1654640. OLE color: 1654640.

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

Color convert

RGB1126325-
CMYK00.440.780.56
HSL26.21º63.5%26.86%-
HSV(B)26.21º77.68%43.92%-
XYZ8.647.071.83-
YUV73.32100.73155.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56%
GREEN value IS 63 (25% from 255) = 31.5%
BLUE value IS 25 (10.16% from 255) = 12.5%
R=56%
G=31.5%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112632500.440.780.5626.2163.526.86
Hex703F1902C4E381a401b
Octal1607731054116703210033
Binary1110000111111110010101100100111011100011010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,63,25); }

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

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

 a { background-color: rgb(112,63,25); }

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

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

 span { border-color: rgb(112,63,25); }

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