#703E15

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

Shades of Peru Tan #703E15

Tints of Peru Tan #703E15

Color information

#703E15 (or 0x703E15) is unknown color: approx Peru Tan. HEX triplet: 70, 3E and 15. RGB value is (112,62,21). Sum of RGB (Red+Green+Blue) = 112+62+21=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #703E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703E15 is #8FC1EA. Grayscale: #484848. Windows color (decimal): -9421291 or 1392240. OLE color: 1392240.

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

Color convert

RGB1126221-
CMYK00.450.810.56
HSL27.03º68.42%26.08%-
HSV(B)27.03º81.25%43.92%-
XYZ8.546.941.6-
YUV72.2899.06156.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.44%
GREEN value IS 62 (24.61% from 255) = 31.79%
BLUE value IS 21 (8.59% from 255) = 10.77%
R=57.44%
G=31.79%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112622100.450.810.5627.0368.4226.08
Hex703E1502D51381b441a
Octal1607625055121703310432
Binary1110000111110101010101101101000111100011011100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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