#703411

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

Shades of Peru Tan #703411

Tints of Peru Tan #703411

Color information

#703411 (or 0x703411) is unknown color: approx Peru Tan. HEX triplet: 70, 34 and 11. RGB value is (112,52,17). Sum of RGB (Red+Green+Blue) = 112+52+17=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #703411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703411 is #8FCBEE. Grayscale: #424242. Windows color (decimal): -9423855 or 1127536. OLE color: 1127536.

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

Color convert

RGB1125217-
CMYK00.540.850.56
HSL22.11º73.64%25.29%-
HSV(B)22.11º84.82%43.92%-
XYZ8.015.941.25-
YUV65.95100.38160.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.88%
GREEN value IS 52 (20.70% from 255) = 28.73%
BLUE value IS 17 (7.03% from 255) = 9.39%
R=61.88%
G=28.73%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112521700.540.850.5622.1173.6425.29
Hex7034110365538164a19
Octal1606421066125702611231
Binary1110000110100100010110110101010111100010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703411; }

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

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

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

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

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

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

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

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