#703811

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

Shades of Peru Tan #703811

Tints of Peru Tan #703811

Color information

#703811 (or 0x703811) is unknown color: approx Peru Tan. HEX triplet: 70, 38 and 11. RGB value is (112,56,17). Sum of RGB (Red+Green+Blue) = 112+56+17=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #703811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703811 is #8FC7EE. Grayscale: #444444. Windows color (decimal): -9422831 or 1128560. OLE color: 1128560.

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

Color convert

RGB1125617-
CMYK00.500.850.56
HSL24.63º73.64%25.29%-
HSV(B)24.63º84.82%43.92%-
XYZ8.26.311.32-
YUV68.399.05159.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.54%
GREEN value IS 56 (22.27% from 255) = 30.27%
BLUE value IS 17 (7.03% from 255) = 9.19%
R=60.54%
G=30.27%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112561700.500.850.5624.6373.6425.29
Hex7038110325538194a19
Octal1607021062125703111231
Binary1110000111000100010110010101010111100011001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703811; }

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

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

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

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

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

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

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

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