#703717

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

Shades of Peru Tan #703717

Tints of Peru Tan #703717

Color information

#703717 (or 0x703717) is unknown color: approx Peru Tan. HEX triplet: 70, 37 and 17. RGB value is (112,55,23). Sum of RGB (Red+Green+Blue) = 112+55+23=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #703717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703717 is #8FC8E8. Grayscale: #444444. Windows color (decimal): -9423081 or 1521520. OLE color: 1521520.

HSL color Cylindrical-coordinate representation of color #703717: hue angle of 21.57º 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 #703717 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB1125523-
CMYK00.510.790.56
HSL21.57º65.93%26.47%-
HSV(B)21.57º79.46%43.92%-
XYZ8.26.241.58-
YUV68.4102.38159.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.95%
GREEN value IS 55 (21.88% from 255) = 28.95%
BLUE value IS 23 (9.38% from 255) = 12.11%
R=58.95%
G=28.95%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112552300.510.790.5621.5765.9326.47
Hex7037170334F3816421a
Octal1606727063117702610232
Binary1110000110111101110110011100111111100010110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703717; }

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

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

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

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

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

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

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

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