#703316

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

Shades of Peru Tan #703316

Tints of Peru Tan #703316

Color information

#703316 (or 0x703316) is unknown color: approx Peru Tan. HEX triplet: 70, 33 and 16. RGB value is (112,51,22). Sum of RGB (Red+Green+Blue) = 112+51+22=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #703316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703316 is #8FCCE9. Grayscale: #424242. Windows color (decimal): -9424106 or 1454960. OLE color: 1454960.

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

Color convert

RGB1125122-
CMYK00.540.800.56
HSL19.33º67.16%26.27%-
HSV(B)19.33º80.36%43.92%-
XYZ8.015.871.47-
YUV65.93103.21160.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.54%
GREEN value IS 51 (20.31% from 255) = 27.57%
BLUE value IS 22 (8.98% from 255) = 11.89%
R=60.54%
G=27.57%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112512200.540.800.5619.3367.1626.27
Hex703316036503813431a
Octal1606326066120702310332
Binary1110000110011101100110110101000011100010011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703316; }

 p { color: rgb(112,51,22); }

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

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

 a { background-color: rgb(112,51,22); }

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

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

 span { border-color: rgb(112,51,22); }

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