#703119

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

Shades of Peru Tan #703119

Tints of Peru Tan #703119

Color information

#703119 (or 0x703119) is unknown color: approx Peru Tan. HEX triplet: 70, 31 and 19. RGB value is (112,49,25). Sum of RGB (Red+Green+Blue) = 112+49+25=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #703119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703119 is #8FCEE6. Grayscale: #414141. Windows color (decimal): -9424615 or 1651056. OLE color: 1651056.

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

Color convert

RGB1124925-
CMYK00.560.780.56
HSL16.55º63.5%26.86%-
HSV(B)16.55º77.68%43.92%-
XYZ7.965.711.6-
YUV65.1105.37161.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.22%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 25 (10.16% from 255) = 13.44%
R=60.22%
G=26.34%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112492500.560.780.5616.5563.526.86
Hex7031190384E3811401b
Octal1606131070116702110033
Binary1110000110001110010111000100111011100010001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703119; }

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

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

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

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

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

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

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

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