#703716

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

Shades of Peru Tan #703716

Tints of Peru Tan #703716

Color information

#703716 (or 0x703716) is unknown color: approx Peru Tan. HEX triplet: 70, 37 and 16. RGB value is (112,55,22). Sum of RGB (Red+Green+Blue) = 112+55+22=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #703716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703716 is #8FC8E9. Grayscale: #444444. Windows color (decimal): -9423082 or 1455984. OLE color: 1455984.

HSL color Cylindrical-coordinate representation of color #703716: hue angle of 22º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #703716 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB1125522-
CMYK00.510.800.56
HSL22º67.16%26.27%-
HSV(B)22º80.36%43.92%-
XYZ8.196.241.53-
YUV68.28101.88159.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.26%
GREEN value IS 55 (21.88% from 255) = 29.10%
BLUE value IS 22 (8.98% from 255) = 11.64%
R=59.26%
G=29.10%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112552200.510.800.562267.1626.27
Hex703716033503816431a
Octal1606726063120702610332
Binary1110000110111101100110011101000011100010110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703716; }

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

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

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

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

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

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

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

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