#703710

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

Shades of Peru Tan #703710

Tints of Peru Tan #703710

Color information

#703710 (or 0x703710) is unknown color: approx Peru Tan. HEX triplet: 70, 37 and 10. RGB value is (112,55,16). Sum of RGB (Red+Green+Blue) = 112+55+16=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #703710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703710 is #8FC8EF. Grayscale: #434343. Windows color (decimal): -9423088 or 1062768. OLE color: 1062768.

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

Color convert

RGB1125516-
CMYK00.510.860.56
HSL24.38º75%25.1%-
HSV(B)24.38º85.71%43.92%-
XYZ8.146.211.26-
YUV67.698.88159.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.20%
GREEN value IS 55 (21.88% from 255) = 30.05%
BLUE value IS 16 (6.64% from 255) = 8.74%
R=61.20%
G=30.05%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112551600.510.860.5624.387525.1
Hex7037100335638184b19
Octal1606720063126703011331
Binary1110000110111100000110011101011011100011000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703710; }

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

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

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

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

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

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

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

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