#70401D

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

Shades of Peru Tan #70401D

Tints of Peru Tan #70401D

Color information

#70401D (or 0x70401D) is unknown color: approx Peru Tan. HEX triplet: 70, 40 and 1D. RGB value is (112,64,29). Sum of RGB (Red+Green+Blue) = 112+64+29=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #70401D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70401D is #8FBFE2. Grayscale: #4A4A4A. Windows color (decimal): -9420771 or 1917040. OLE color: 1917040.

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

Color convert

RGB1126429-
CMYK00.430.740.56
HSL25.3º58.87%27.65%-
HSV(B)25.3º74.11%43.92%-
XYZ8.747.22.09-
YUV74.36102.4154.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.63%
GREEN value IS 64 (25.39% from 255) = 31.22%
BLUE value IS 29 (11.72% from 255) = 14.15%
R=54.63%
G=31.22%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112642900.430.740.5625.358.8727.65
Hex70401D02B4A38193b1c
Octal1601003505311270317334
Binary1110000100000011101010101110010101110001100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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