#703E19

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

Shades of Peru Tan #703E19

Tints of Peru Tan #703E19

Color information

#703E19 (or 0x703E19) is unknown color: approx Peru Tan. HEX triplet: 70, 3E and 19. RGB value is (112,62,25). Sum of RGB (Red+Green+Blue) = 112+62+25=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #703E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703E19 is #8FC1E6. Grayscale: #484848. Windows color (decimal): -9421287 or 1654384. OLE color: 1654384.

HSL color Cylindrical-coordinate representation of color #703E19: hue angle of 25.52º 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 #703E19 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB1126225-
CMYK00.450.780.56
HSL25.52º63.5%26.86%-
HSV(B)25.52º77.68%43.92%-
XYZ8.586.961.81-
YUV72.73101.06156.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.28%
GREEN value IS 62 (24.61% from 255) = 31.16%
BLUE value IS 25 (10.16% from 255) = 12.56%
R=56.28%
G=31.16%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112622500.450.780.5625.5263.526.86
Hex703E1902D4E381a401b
Octal1607631055116703210033
Binary1110000111110110010101101100111011100011010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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