#703410

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

Shades of Peru Tan #703410

Tints of Peru Tan #703410

Color information

#703410 (or 0x703410) is unknown color: approx Peru Tan. HEX triplet: 70, 34 and 10. RGB value is (112,52,16). Sum of RGB (Red+Green+Blue) = 112+52+16=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #703410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703410 is #8FCBEF. Grayscale: #424242. Windows color (decimal): -9423856 or 1062000. OLE color: 1062000.

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

Color convert

RGB1125216-
CMYK00.540.860.56
HSL22.5º75%25.1%-
HSV(B)22.5º85.71%43.92%-
XYZ85.941.21-
YUV65.8499.88160.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.22%
GREEN value IS 52 (20.70% from 255) = 28.89%
BLUE value IS 16 (6.64% from 255) = 8.89%
R=62.22%
G=28.89%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112521600.540.860.5622.57525.1
Hex7034100365638164b19
Octal1606420066126702611331
Binary1110000110100100000110110101011011100010110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703410; }

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

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

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

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

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

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

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

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