#70391E

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

Shades of Peru Tan #70391E

Tints of Peru Tan #70391E

Color information

#70391E (or 0x70391E) is unknown color: approx Peru Tan. HEX triplet: 70, 39 and 1E. RGB value is (112,57,30). Sum of RGB (Red+Green+Blue) = 112+57+30=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #70391E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70391E is #8FC6E1. Grayscale: #464646. Windows color (decimal): -9422562 or 1980784. OLE color: 1980784.

HSL color Cylindrical-coordinate representation of color #70391E: hue angle of 19.76º 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 #70391E is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1125730-
CMYK00.490.730.56
HSL19.76º57.75%27.84%-
HSV(B)19.76º73.21%43.92%-
XYZ8.386.462.03-
YUV70.37105.22157.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.28%
GREEN value IS 57 (22.66% from 255) = 28.64%
BLUE value IS 30 (12.11% from 255) = 15.08%
R=56.28%
G=28.64%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112573000.490.730.5619.7657.7527.84
Hex70391E0314938143a1c
Octal160713606111170247234
Binary111000011100111110011000110010011110001010011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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