#703512

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

Shades of Peru Tan #703512

Tints of Peru Tan #703512

Color information

#703512 (or 0x703512) is unknown color: approx Peru Tan. HEX triplet: 70, 35 and 12. RGB value is (112,53,18). Sum of RGB (Red+Green+Blue) = 112+53+18=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #703512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703512 is #8FCAED. Grayscale: #424242. Windows color (decimal): -9423598 or 1193328. OLE color: 1193328.

HSL color Cylindrical-coordinate representation of color #703512: hue angle of 22.34º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #703512 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB1125318-
CMYK00.530.840.56
HSL22.34º72.31%25.49%-
HSV(B)22.34º83.93%43.92%-
XYZ8.066.031.31-
YUV66.65100.55160.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.20%
GREEN value IS 53 (21.09% from 255) = 28.96%
BLUE value IS 18 (7.42% from 255) = 9.84%
R=61.20%
G=28.96%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112531800.530.840.5622.3472.3125.49
Hex7035120355438164819
Octal1606522065124702611031
Binary1110000110101100100110101101010011100010110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703512; }

 p { color: rgb(112,53,18); }

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

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

 a { background-color: rgb(112,53,18); }

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

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

 span { border-color: rgb(112,53,18); }

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