#703a19

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

Shades of Peru Tan #703A19

Tints of Peru Tan #703A19

Color information

#703A19 (or 0x703A19) is unknown color: approx Peru Tan. HEX triplet: 70, 3A and 19. RGB value is (112,58,25). Sum of RGB (Red+Green+Blue) = 112+58+25=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #703A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703A19 is #8FC5E6. Grayscale: #464646. Windows color (decimal): -9422311 or 1653360. OLE color: 1653360.

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

Color convert

RGB1125825-
CMYK00.480.780.56
HSL22.76º63.5%26.86%-
HSV(B)22.76º77.68%43.92%-
XYZ8.376.541.74-
YUV70.38102.39157.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.44%
GREEN value IS 58 (23.05% from 255) = 29.74%
BLUE value IS 25 (10.16% from 255) = 12.82%
R=57.44%
G=29.74%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112582500.480.780.5622.7663.526.86
Hex703A190304E3817401b
Octal1607231060116702710033
Binary1110000111010110010110000100111011100010111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703a19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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