#703016

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

Shades of Peru Tan #703016

Tints of Peru Tan #703016

Color information

#703016 (or 0x703016) is unknown color: approx Peru Tan. HEX triplet: 70, 30 and 16. RGB value is (112,48,22). Sum of RGB (Red+Green+Blue) = 112+48+22=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #703016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703016 is #8FCFE9. Grayscale: #404040. Windows color (decimal): -9424874 or 1454192. OLE color: 1454192.

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

Color convert

RGB1124822-
CMYK00.570.800.56
HSL17.33º67.16%26.27%-
HSV(B)17.33º80.36%43.92%-
XYZ7.885.621.43-
YUV64.17104.2162.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.54%
GREEN value IS 48 (19.14% from 255) = 26.37%
BLUE value IS 22 (8.98% from 255) = 12.09%
R=61.54%
G=26.37%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112482200.570.800.5617.3367.1626.27
Hex703016039503811431a
Octal1606026071120702110332
Binary1110000110000101100111001101000011100010001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703016; }

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

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

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

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

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

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

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

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