#703413

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

Shades of Peru Tan #703413

Tints of Peru Tan #703413

Color information

#703413 (or 0x703413) is unknown color: approx Peru Tan. HEX triplet: 70, 34 and 13. RGB value is (112,52,19). Sum of RGB (Red+Green+Blue) = 112+52+19=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #703413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703413 is #8FCBEC. Grayscale: #424242. Windows color (decimal): -9423853 or 1258608. OLE color: 1258608.

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

Color convert

RGB1125219-
CMYK00.540.830.56
HSL21.29º70.99%25.69%-
HSV(B)21.29º83.04%43.92%-
XYZ8.035.951.34-
YUV66.18101.38160.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.20%
GREEN value IS 52 (20.70% from 255) = 28.42%
BLUE value IS 19 (7.81% from 255) = 10.38%
R=61.20%
G=28.42%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112521900.540.830.5621.2970.9925.69
Hex703413036533815471a
Octal1606423066123702510732
Binary1110000110100100110110110101001111100010101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703413; }

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

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

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

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

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

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

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

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