#70411E

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

Shades of Peru Tan #70411E

Tints of Peru Tan #70411E

Color information

#70411E (or 0x70411E) is unknown color: approx Peru Tan. HEX triplet: 70, 41 and 1E. RGB value is (112,65,30). Sum of RGB (Red+Green+Blue) = 112+65+30=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70411E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70411E is #8FBEE1. Grayscale: #4B4B4B. Windows color (decimal): -9420514 or 1982832. OLE color: 1982832.

HSL color Cylindrical-coordinate representation of color #70411E: hue angle of 25.61º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70411E is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1126530-
CMYK00.420.730.56
HSL25.61º57.75%27.84%-
HSV(B)25.61º73.21%43.92%-
XYZ8.817.322.18-
YUV75.06102.57154.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.11%
GREEN value IS 65 (25.78% from 255) = 31.40%
BLUE value IS 30 (12.11% from 255) = 14.49%
R=54.11%
G=31.40%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112653000.420.730.5625.6157.7527.84
Hex70411E02A49381a3a1c
Octal1601013605211170327234
Binary1110000100000111110010101010010011110001101011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70411E; }

 p { color: rgb(112,65,30); }

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

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

 a { background-color: rgb(112,65,30); }

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

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

 span { border-color: rgb(112,65,30); }

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