#703517

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

Shades of Peru Tan #703517

Tints of Peru Tan #703517

Color information

#703517 (or 0x703517) is unknown color: approx Peru Tan. HEX triplet: 70, 35 and 17. RGB value is (112,53,23). Sum of RGB (Red+Green+Blue) = 112+53+23=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #703517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703517 is #8FCAE8. Grayscale: #434343. Windows color (decimal): -9423593 or 1521008. OLE color: 1521008.

HSL color Cylindrical-coordinate representation of color #703517: hue angle of 20.22º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #703517 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB1125323-
CMYK00.530.790.56
HSL20.22º65.93%26.47%-
HSV(B)20.22º79.46%43.92%-
XYZ8.116.051.55-
YUV67.22103.05159.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.57%
GREEN value IS 53 (21.09% from 255) = 28.19%
BLUE value IS 23 (9.38% from 255) = 12.23%
R=59.57%
G=28.19%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112532300.530.790.5620.2265.9326.47
Hex7035170354F3814421a
Octal1606527065117702410232
Binary1110000110101101110110101100111111100010100100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703517; }

 p { color: rgb(112,53,23); }

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

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

 a { background-color: rgb(112,53,23); }

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

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

 span { border-color: rgb(112,53,23); }

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