#703010

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

Shades of Peru Tan #703010

Tints of Peru Tan #703010

Color information

#703010 (or 0x703010) is unknown color: approx Peru Tan. HEX triplet: 70, 30 and 10. RGB value is (112,48,16). Sum of RGB (Red+Green+Blue) = 112+48+16=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #703010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703010 is #8FCFEF. Grayscale: #3F3F3F. Windows color (decimal): -9424880 or 1060976. OLE color: 1060976.

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

Color convert

RGB1124816-
CMYK00.570.860.56
HSL20º75%25.1%-
HSV(B)20º85.71%43.92%-
XYZ7.835.61.16-
YUV63.49101.2162.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 63.64%
GREEN value IS 48 (19.14% from 255) = 27.27%
BLUE value IS 16 (6.64% from 255) = 9.09%
R=63.64%
G=27.27%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112481600.570.860.56207525.1
Hex7030100395638144b19
Octal1606020071126702411331
Binary1110000110000100000111001101011011100010100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703010; }

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

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

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

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

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

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

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

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