#703216

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

Shades of Peru Tan #703216

Tints of Peru Tan #703216

Color information

#703216 (or 0x703216) is unknown color: approx Peru Tan. HEX triplet: 70, 32 and 16. RGB value is (112,50,22). Sum of RGB (Red+Green+Blue) = 112+50+22=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #703216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703216 is #8FCDE9. Grayscale: #414141. Windows color (decimal): -9424362 or 1454704. OLE color: 1454704.

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

Color convert

RGB1125022-
CMYK00.550.800.56
HSL18.67º67.16%26.27%-
HSV(B)18.67º80.36%43.92%-
XYZ7.975.781.46-
YUV65.35103.54161.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.87%
GREEN value IS 50 (19.92% from 255) = 27.17%
BLUE value IS 22 (8.98% from 255) = 11.96%
R=60.87%
G=27.17%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112502200.550.800.5618.6767.1626.27
Hex703216037503813431a
Octal1606226067120702310332
Binary1110000110010101100110111101000011100010011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703216; }

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

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

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

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

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

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

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

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