#703111

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

Shades of Peru Tan #703111

Tints of Peru Tan #703111

Color information

#703111 (or 0x703111) is unknown color: approx Peru Tan. HEX triplet: 70, 31 and 11. RGB value is (112,49,17). Sum of RGB (Red+Green+Blue) = 112+49+17=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #703111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703111 is #8FCEEE. Grayscale: #404040. Windows color (decimal): -9424623 or 1126768. OLE color: 1126768.

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

Color convert

RGB1124917-
CMYK00.560.850.56
HSL20.21º73.64%25.29%-
HSV(B)20.21º84.82%43.92%-
XYZ7.885.681.21-
YUV64.19101.37162.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.92%
GREEN value IS 49 (19.53% from 255) = 27.53%
BLUE value IS 17 (7.03% from 255) = 9.55%
R=62.92%
G=27.53%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112491700.560.850.5620.2173.6425.29
Hex7031110385538144a19
Octal1606121070125702411231
Binary1110000110001100010111000101010111100010100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703111; }

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

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

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

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

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

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

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

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