#703414

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

Shades of Peru Tan #703414

Tints of Peru Tan #703414

Color information

#703414 (or 0x703414) is unknown color: approx Peru Tan. HEX triplet: 70, 34 and 14. RGB value is (112,52,20). Sum of RGB (Red+Green+Blue) = 112+52+20=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #703414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703414 is #8FCBEB. Grayscale: #424242. Windows color (decimal): -9423852 or 1324144. OLE color: 1324144.

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

Color convert

RGB1125220-
CMYK00.540.820.56
HSL20.87º69.7%25.88%-
HSV(B)20.87º82.14%43.92%-
XYZ8.045.951.39-
YUV66.29101.88160.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.87%
GREEN value IS 52 (20.70% from 255) = 28.26%
BLUE value IS 20 (8.20% from 255) = 10.87%
R=60.87%
G=28.26%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112522000.540.820.5620.8769.725.88
Hex703414036523815461a
Octal1606424066122702510632
Binary1110000110100101000110110101001011100010101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703414; }

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

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

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

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

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

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

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

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