#70401F

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

Shades of Peru Tan #70401F

Tints of Peru Tan #70401F

Color information

#70401F (or 0x70401F) is unknown color: approx Peru Tan. HEX triplet: 70, 40 and 1F. RGB value is (112,64,31). Sum of RGB (Red+Green+Blue) = 112+64+31=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70401F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70401F is #8FBFE0. Grayscale: #4A4A4A. Windows color (decimal): -9420769 or 2048112. OLE color: 2048112.

HSL color Cylindrical-coordinate representation of color #70401F: hue angle of 24.44º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70401F is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB1126431-
CMYK00.430.720.56
HSL24.44º56.64%28.04%-
HSV(B)24.44º72.32%43.92%-
XYZ8.767.212.23-
YUV74.59103.4154.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.11%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 31 (12.5% from 255) = 14.98%
R=54.11%
G=30.92%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112643100.430.720.5624.4456.6428.04
Hex70401F02B483818391c
Octal1601003705311070307134
Binary1110000100000011111010101110010001110001100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70401F; }

 p { color: rgb(112,64,31); }

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

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

 a { background-color: rgb(112,64,31); }

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

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

 span { border-color: rgb(112,64,31); }

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