#70320E

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

Shades of Peru Tan #70320E

Tints of Peru Tan #70320E

Color information

#70320E (or 0x70320E) is unknown color: approx Peru Tan. HEX triplet: 70, 32 and 0E. RGB value is (112,50,14). Sum of RGB (Red+Green+Blue) = 112+50+14=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #70320E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70320E is #8FCDF1. Grayscale: #404040. Windows color (decimal): -9424370 or 930416. OLE color: 930416.

HSL color Cylindrical-coordinate representation of color #70320E: hue angle of 22.04º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70320E is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1125014-
CMYK00.550.880.56
HSL22.04º77.78%24.71%-
HSV(B)22.04º87.5%43.92%-
XYZ7.95.761.11-
YUV64.4399.54161.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 63.64%
GREEN value IS 50 (19.92% from 255) = 28.41%
BLUE value IS 14 (5.86% from 255) = 7.95%
R=63.64%
G=28.41%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112501400.550.880.5622.0477.7824.71
Hex7032E0375838164e19
Octal1606216067130702611631
Binary111000011001011100110111101100011100010110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70320E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,50,14); }

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

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

 a { background-color: rgb(112,50,14); }

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

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

 span { border-color: rgb(112,50,14); }

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