#704020

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

Shades of Peru Tan #704020

Tints of Peru Tan #704020

Color information

#704020 (or 0x704020) is unknown color: approx Peru Tan. HEX triplet: 70, 40 and 20. RGB value is (112,64,32). Sum of RGB (Red+Green+Blue) = 112+64+32=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #704020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704020 is #8FBFDF. Grayscale: #4A4A4A. Windows color (decimal): -9420768 or 2113648. OLE color: 2113648.

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

Color convert

RGB1126432-
CMYK00.430.710.56
HSL24º55.56%28.24%-
HSV(B)24º71.43%43.92%-
XYZ8.787.222.3-
YUV74.7103.9154.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.85%
GREEN value IS 64 (25.39% from 255) = 30.77%
BLUE value IS 32 (12.89% from 255) = 15.38%
R=53.85%
G=30.77%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112643200.430.710.562455.5628.24
Hex70402002B473818381c
Octal1601004005310770307034
Binary11100001000000100000010101110001111110001100011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704020; }

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

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

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

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

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

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

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

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