#703219

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

Shades of Peru Tan #703219

Tints of Peru Tan #703219

Color information

#703219 (or 0x703219) is unknown color: approx Peru Tan. HEX triplet: 70, 32 and 19. RGB value is (112,50,25). Sum of RGB (Red+Green+Blue) = 112+50+25=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #703219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703219 is #8FCDE6. Grayscale: #414141. Windows color (decimal): -9424359 or 1651312. OLE color: 1651312.

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

Color convert

RGB1125025-
CMYK00.550.780.56
HSL17.24º63.5%26.86%-
HSV(B)17.24º77.68%43.92%-
XYZ85.81.62-
YUV65.69105.04161.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.89%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 25 (10.16% from 255) = 13.37%
R=59.89%
G=26.74%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112502500.550.780.5617.2463.526.86
Hex7032190374E3811401b
Octal1606231067116702110033
Binary1110000110010110010110111100111011100010001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703219; }

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

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

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

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

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

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

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

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