#703810

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

Shades of Peru Tan #703810

Tints of Peru Tan #703810

Color information

#703810 (or 0x703810) is unknown color: approx Peru Tan. HEX triplet: 70, 38 and 10. RGB value is (112,56,16). Sum of RGB (Red+Green+Blue) = 112+56+16=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #703810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703810 is #8FC7EF. Grayscale: #444444. Windows color (decimal): -9422832 or 1063024. OLE color: 1063024.

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

Color convert

RGB1125616-
CMYK00.500.860.56
HSL25º75%25.1%-
HSV(B)25º85.71%43.92%-
XYZ8.196.311.28-
YUV68.1898.55159.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.87%
GREEN value IS 56 (22.27% from 255) = 30.43%
BLUE value IS 16 (6.64% from 255) = 8.70%
R=60.87%
G=30.43%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112561600.500.860.56257525.1
Hex7038100325638194b19
Octal1607020062126703111331
Binary1110000111000100000110010101011011100011001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703810; }

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

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

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

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

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

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

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

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