#703415

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

Shades of Peru Tan #703415

Tints of Peru Tan #703415

Color information

#703415 (or 0x703415) is unknown color: approx Peru Tan. HEX triplet: 70, 34 and 15. RGB value is (112,52,21). Sum of RGB (Red+Green+Blue) = 112+52+21=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #703415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703415 is #8FCBEA. Grayscale: #424242. Windows color (decimal): -9423851 or 1389680. OLE color: 1389680.

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

Color convert

RGB1125221-
CMYK00.540.810.56
HSL20.44º68.42%26.08%-
HSV(B)20.44º81.25%43.92%-
XYZ8.055.951.43-
YUV66.41102.38160.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.54%
GREEN value IS 52 (20.70% from 255) = 28.11%
BLUE value IS 21 (8.59% from 255) = 11.35%
R=60.54%
G=28.11%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112522100.540.810.5620.4468.4226.08
Hex703415036513814441a
Octal1606425066121702410432
Binary1110000110100101010110110101000111100010100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703415; }

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

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

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

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

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

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

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

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