#703714

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

Shades of Peru Tan #703714

Tints of Peru Tan #703714

Color information

#703714 (or 0x703714) is unknown color: approx Peru Tan. HEX triplet: 70, 37 and 14. RGB value is (112,55,20). Sum of RGB (Red+Green+Blue) = 112+55+20=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #703714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703714 is #8FC8EB. Grayscale: #444444. Windows color (decimal): -9423084 or 1324912. OLE color: 1324912.

HSL color Cylindrical-coordinate representation of color #703714: hue angle of 22.83º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #703714 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB1125520-
CMYK00.510.820.56
HSL22.83º69.7%25.88%-
HSV(B)22.83º82.14%43.92%-
XYZ8.176.231.43-
YUV68.05100.88159.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.89%
GREEN value IS 55 (21.88% from 255) = 29.41%
BLUE value IS 20 (8.20% from 255) = 10.70%
R=59.89%
G=29.41%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112552000.510.820.5622.8369.725.88
Hex703714033523817461a
Octal1606724063122702710632
Binary1110000110111101000110011101001011100010111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703714; }

 p { color: rgb(112,55,20); }

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

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

 a { background-color: rgb(112,55,20); }

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

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

 span { border-color: rgb(112,55,20); }

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