#703113

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

Shades of Peru Tan #703113

Tints of Peru Tan #703113

Color information

#703113 (or 0x703113) is unknown color: approx Peru Tan. HEX triplet: 70, 31 and 13. RGB value is (112,49,19). Sum of RGB (Red+Green+Blue) = 112+49+19=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #703113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703113 is #8FCEEC. Grayscale: #404040. Windows color (decimal): -9424621 or 1257840. OLE color: 1257840.

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

Color convert

RGB1124919-
CMYK00.560.830.56
HSL19.35º70.99%25.69%-
HSV(B)19.35º83.04%43.92%-
XYZ7.95.691.3-
YUV64.42102.37161.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.22%
GREEN value IS 49 (19.53% from 255) = 27.22%
BLUE value IS 19 (7.81% from 255) = 10.56%
R=62.22%
G=27.22%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112491900.560.830.5619.3570.9925.69
Hex703113038533813471a
Octal1606123070123702310732
Binary1110000110001100110111000101001111100010011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703113; }

 p { color: rgb(112,49,19); }

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

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

 a { background-color: rgb(112,49,19); }

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

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

 span { border-color: rgb(112,49,19); }

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