#703A20

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

Shades of Peru Tan #703A20

Tints of Peru Tan #703A20

Color information

#703A20 (or 0x703A20) is unknown color: approx Peru Tan. HEX triplet: 70, 3A and 20. RGB value is (112,58,32). Sum of RGB (Red+Green+Blue) = 112+58+32=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #703A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A20 is #8FC5DF. Grayscale: #474747. Windows color (decimal): -9422304 or 2112112. OLE color: 2112112.

HSL color Cylindrical-coordinate representation of color #703A20: hue angle of 19.5º 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 #703A20 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB1125832-
CMYK00.480.710.56
HSL19.5º55.56%28.24%-
HSV(B)19.5º71.43%43.92%-
XYZ8.466.582.19-
YUV71.18105.89157.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.45%
GREEN value IS 58 (23.05% from 255) = 28.71%
BLUE value IS 32 (12.89% from 255) = 15.84%
R=55.45%
G=28.71%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112583200.480.710.5619.555.5628.24
Hex703A20030473814381c
Octal160724006010770247034
Binary1110000111010100000011000010001111110001010011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703A20; }

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

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

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

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

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

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

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

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