#70320C

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

Shades of Peru Tan #70320C

Tints of Peru Tan #70320C

Color information

#70320C (or 0x70320C) is unknown color: approx Peru Tan. HEX triplet: 70, 32 and 0C. RGB value is (112,50,12). Sum of RGB (Red+Green+Blue) = 112+50+12=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #70320C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70320C is #8FCDF3. Grayscale: #404040. Windows color (decimal): -9424372 or 799344. OLE color: 799344.

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

Color convert

RGB1125012-
CMYK00.550.890.56
HSL22.8º80.65%24.31%-
HSV(B)22.8º89.29%43.92%-
XYZ7.895.751.04-
YUV64.2198.54162.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64.37%
GREEN value IS 50 (19.92% from 255) = 28.74%
BLUE value IS 12 (5.08% from 255) = 6.90%
R=64.37%
G=28.74%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112501200.550.890.5622.880.6524.31
Hex7032C0375938175118
Octal1606214067131702712130
Binary111000011001011000110111101100111100010111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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